| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.policy.Syntax
Provides an enum like support for the syntax of values such as ANY, NONE, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE In other words, provides access to a set of finite values and enforces new values can not be created by users
| Field Summary | |
| static Syntax | ANYvalue is a free form text, would be typically shown in as editable text field | 
| static Syntax | ANY_SEARCHABLEvalue is a free form text, could also search from a large set of values | 
| static Syntax | CONSTANTvalue is a constant string, would be typically shown as non editable text | 
| static Syntax | MULTIPLE_CHOICEvalue is multiple choice from list | 
| static Syntax | NONEno value is allowed | 
| static Syntax | SINGLE_CHOICEvalue is a single choice from a list | 
| Method Summary | |
|  boolean | equals(java.lang.Object arg)Checks whether the argument object is equal to this Syntax | 
|  java.lang.String | toString()Gets the string representation of this object. | 
| Methods inherited from class java.lang.Object | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final Syntax ANY
public static final Syntax ANY_SEARCHABLE
public static final Syntax NONE
public static final Syntax CONSTANT
public static final Syntax SINGLE_CHOICE
public static final Syntax MULTIPLE_CHOICE
| Method Detail | 
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object arg)
equals in class java.lang.Objectarg - Syntax object for comparison.true if the argument object is equal
         to this Syntax, else false| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||