Searched defs:getChoiceValueI18NKey (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java367 public String getChoiceValueI18NKey(String cValue) { method in class:AMAttributeSchema
368 return attrSchema.getChoiceValueI18NKey(cValue);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java367 public String getChoiceValueI18NKey(String cValue) { method in class:AMAttributeSchema
368 return attrSchema.getChoiceValueI18NKey(cValue);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java327 public String getChoiceValueI18NKey(String cValue) { method in class:AttributeSchemaImpl
H A DAttributeSchema.java399 public String getChoiceValueI18NKey(String cValue) { method in class:AttributeSchema
400 return (as.getChoiceValueI18NKey(cValue));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java349 public String getChoiceValueI18NKey(String cValue) { method in class:AttributeSchemaImpl
H A DAttributeSchema.java433 public String getChoiceValueI18NKey(String cValue) { method in class:AttributeSchema
434 return (as.getChoiceValueI18NKey(cValue));

Completed in 43 milliseconds