Searched defs:uitype (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java68 private AttributeSchema.UIType uitype; field in class:AttributeSchemaImpl
151 return (uitype);
464 buf.append("\n\tUIType=").append(uitype);
525 uitype = null;
529 uitype = (AttributeSchema.UIType) (attrClass
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java70 private AttributeSchema.UIType uitype; field in class:AttributeSchemaImpl
157 return (uitype);
486 buf.append("\n\tUIType=").append(uitype);
553 uitype = null;
557 uitype = (AttributeSchema.UIType) (attrClass

Completed in 38 milliseconds