|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ROAttributeType>
net.sf.csutils.core.model.vo.ROAttributeType
public enum ROAttributeType
Java class for ROAttributeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ROAttributeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="relation"/>
<enumeration value="string"/>
<enumeration value="integer"/>
<enumeration value="longInteger"/>
<enumeration value="duration"/>
<enumeration value="bool"/>
<enumeration value="dateTime"/>
<enumeration value="date"/>
<enumeration value="time"/>
<enumeration value="emailAddress"/>
<enumeration value="number"/>
<enumeration value="ipv4Address"/>
<enumeration value="ipv6Address"/>
<enumeration value="uri"/>
<enumeration value="classification"/>
<enumeration value="file"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
BOOL
|
|
CLASSIFICATION
|
|
DATE
|
|
DATE_TIME
|
|
DURATION
|
|
EMAIL_ADDRESS
|
|
FILE
|
|
INTEGER
|
|
IPV_4_ADDRESS
|
|
IPV_6_ADDRESS
|
|
LONG_INTEGER
|
|
NUMBER
|
|
RELATION
|
|
STRING
|
|
TIME
|
|
URI
|
|
| Method Summary | |
|---|---|
static ROAttributeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static ROAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ROAttributeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ROAttributeType RELATION
public static final ROAttributeType STRING
public static final ROAttributeType INTEGER
public static final ROAttributeType LONG_INTEGER
public static final ROAttributeType DURATION
public static final ROAttributeType BOOL
public static final ROAttributeType DATE_TIME
public static final ROAttributeType DATE
public static final ROAttributeType TIME
public static final ROAttributeType EMAIL_ADDRESS
public static final ROAttributeType NUMBER
public static final ROAttributeType IPV_4_ADDRESS
public static final ROAttributeType IPV_6_ADDRESS
public static final ROAttributeType URI
public static final ROAttributeType CLASSIFICATION
public static final ROAttributeType FILE
| Method Detail |
|---|
public static ROAttributeType[] values()
for (ROAttributeType c : ROAttributeType.values()) System.out.println(c);
public static ROAttributeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static ROAttributeType fromValue(java.lang.String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||