Searched refs:classifications (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java45 * Returns an array of classifications for device attributes.
48 * @return an array of classifications for device attributes.
55 * @param classifications Array of classifications for device attributes.
58 public Map getLocalizedClassificationLabels(String[] classifications); argument
H A DMAPDeviceProfileModelImpl.java65 * Returns an array of classifications for device attributes.
68 * @return an array of classifications for device attributes.
78 * @param classifications Array of classifications for device attributes.
81 public Map getLocalizedClassificationLabels(String[] classifications) { argument
82 Map map = new HashMap(classifications.length *2);
88 for (int i = 0; i < classifications.length; i++) {
89 String name = classifications[i];
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java45 * Returns an array of classifications for device attributes.
48 * @return an array of classifications for device attributes.
55 * @param classifications Array of classifications for device attributes.
58 public Map getLocalizedClassificationLabels(String[] classifications); argument
H A DMAPDeviceProfileModelImpl.java65 * Returns an array of classifications for device attributes.
68 * @return an array of classifications for device attributes.
78 * @param classifications Array of classifications for device attributes.
81 public Map getLocalizedClassificationLabels(String[] classifications) { argument
82 Map map = new HashMap(classifications.length *2);
88 for (int i = 0; i < classifications.length; i++) {
89 String name = classifications[i];

Completed in 21 milliseconds