Searched refs:TYPE_MULTIPLE_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.java59 public static final int TYPE_MULTIPLE_CHOICE = 2; field in class:AMDisplayType
85 displayType = TYPE_MULTIPLE_CHOICE;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java59 public static final int TYPE_MULTIPLE_CHOICE = 2; field in class:AMDisplayType
85 displayType = TYPE_MULTIPLE_CHOICE;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java67 * The <code>TYPE_MULTIPLE_CHOICE</code> attribute type specifies that the
71 public static final int TYPE_MULTIPLE_CHOICE = 4; field in class:AMAttributeSchema
246 return TYPE_MULTIPLE_CHOICE;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java67 * The <code>TYPE_MULTIPLE_CHOICE</code> attribute type specifies that the
71 public static final int TYPE_MULTIPLE_CHOICE = 4; field in class:AMAttributeSchema
246 return TYPE_MULTIPLE_CHOICE;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java214 if (type == AMDisplayType.TYPE_MULTIPLE_CHOICE) {
H A DRuleOpViewBeanBase.java410 } else if (type == AMDisplayType.TYPE_MULTIPLE_CHOICE) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java214 if (type == AMDisplayType.TYPE_MULTIPLE_CHOICE) {
H A DRuleOpViewBeanBase.java410 } else if (type == AMDisplayType.TYPE_MULTIPLE_CHOICE) {

Completed in 27 milliseconds