Searched refs:TYPE_SINGLE_CHOICE (Results 1 - 8 of 8) 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;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java159 if (type == AMDisplayType.TYPE_SINGLE_CHOICE) {
H A DRuleOpViewBeanBase.java407 } else if (type == AMDisplayType.TYPE_SINGLE_CHOICE) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java159 if (type == AMDisplayType.TYPE_SINGLE_CHOICE) {
H A DRuleOpViewBeanBase.java407 } else if (type == AMDisplayType.TYPE_SINGLE_CHOICE) {

Completed in 1367 milliseconds