|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ROAttribute.Type>
net.sf.csutils.core.model.ROAttribute.Type
public static enum ROAttribute.Type
| Enum Constant Summary | |
|---|---|
bool
Boolean type |
|
classification
Classification |
|
date
Date type |
|
dateTime
DateTime type |
|
duration
Duration type |
|
emailAddress
Time type |
|
file
File |
|
integer
Integer type |
|
ipv4Address
IPV4 address |
|
ipv6Address
IPV6 address |
|
longInteger
Long type |
|
number
Number type |
|
relation
Relation type |
|
string
String type (default) |
|
time
Time type |
|
uri
URI/URL |
|
| Method Summary | |
|---|---|
static ROAttribute.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ROAttribute.Type[] |
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 ROAttribute.Type string
public static final ROAttribute.Type bool
public static final ROAttribute.Type integer
public static final ROAttribute.Type longInteger
public static final ROAttribute.Type duration
public static final ROAttribute.Type dateTime
public static final ROAttribute.Type date
public static final ROAttribute.Type number
public static final ROAttribute.Type time
public static final ROAttribute.Type ipv4Address
public static final ROAttribute.Type ipv6Address
public static final ROAttribute.Type emailAddress
public static final ROAttribute.Type relation
public static final ROAttribute.Type uri
public static final ROAttribute.Type classification
public static final ROAttribute.Type file
| Method Detail |
|---|
public static ROAttribute.Type[] values()
for (ROAttribute.Type c : ROAttribute.Type.values()) System.out.println(c);
public static ROAttribute.Type 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||