|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mrami.libre.ClassGenerator.input.types.ValidationType
Type for class validation strings
| Field Summary | |
static ValidationType |
LOOSE
The instance of the loose type |
static int |
LOOSE_TYPE
The loose type |
static ValidationType |
STRICT
The instance of the strict type |
static int |
STRICT_TYPE
The strict type |
| Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerate Returns an enumeration of all possible instances of ValidationType |
int |
getType()
Method getType Returns the type of this ValidationType |
java.lang.String |
toString()
Method toString Returns the String representation of this ValidationType |
static ValidationType |
valueOf(java.lang.String string)
Method valueOf Returns a new ValidationType based on the given String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int LOOSE_TYPE
public static final ValidationType LOOSE
public static final int STRICT_TYPE
public static final ValidationType STRICT
| Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static ValidationType valueOf(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||