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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java58 public static final int TYPE_SINGLE_CHOICE = 1; field in class:AMDisplayType
83 displayType = TYPE_SINGLE_CHOICE;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java58 public static final int TYPE_SINGLE_CHOICE = 1; field in class:AMDisplayType
83 displayType = TYPE_SINGLE_CHOICE;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java60 * The <code>TYPE_SINGLE_CHOICE</code> attribute type specifies that the
64 public static final int TYPE_SINGLE_CHOICE = 3; field in class:AMAttributeSchema
244 return TYPE_SINGLE_CHOICE;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java60 * The <code>TYPE_SINGLE_CHOICE</code> attribute type specifies that the
64 public static final int TYPE_SINGLE_CHOICE = 3; field in class:AMAttributeSchema
244 return TYPE_SINGLE_CHOICE;

Completed in 24 milliseconds