Searched defs:hasChoiceValues (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java117 private boolean hasChoiceValues; field in class:AttributeSchemaImpl
337 boolean hasChoiceValues() { method in class:AttributeSchemaImpl
338 return hasChoiceValues;
598 hasChoiceValues = true;
H A DAttributeSchema.java388 public boolean hasChoiceValues() { method in class:AttributeSchema
389 return as.hasChoiceValues();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java121 private boolean hasChoiceValues; field in class:AttributeSchemaImpl
359 boolean hasChoiceValues() { method in class:AttributeSchemaImpl
360 return hasChoiceValues;
626 hasChoiceValues = true;
H A DAttributeSchema.java422 public boolean hasChoiceValues() { method in class:AttributeSchema
423 return as.hasChoiceValues();

Completed in 43 milliseconds