Searched defs:SYNTAX_BOOLEAN (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.java43 public static final int SYNTAX_BOOLEAN = 1; field in class:AMDisplayType
118 displaySyntax = SYNTAX_BOOLEAN;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java43 public static final int SYNTAX_BOOLEAN = 1; field in class:AMDisplayType
118 displaySyntax = SYNTAX_BOOLEAN;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java110 * The <code>SYNTAX_BOOLEAN</code> attribute syntax specifies that the
115 public static final int SYNTAX_BOOLEAN = 5; field in class:AMAttributeSchema
290 return SYNTAX_BOOLEAN;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java110 * The <code>SYNTAX_BOOLEAN</code> attribute syntax specifies that the
115 public static final int SYNTAX_BOOLEAN = 5; field in class:AMAttributeSchema
290 return SYNTAX_BOOLEAN;

Completed in 43 milliseconds