public static enum CETProperty.Type extends java.lang.Enum<CETProperty.Type>
Enum Constant and Description |
---|
Boolean |
String |
StringList |
URL |
URLList |
Modifier and Type | Method and Description |
---|---|
boolean |
isURL() |
static CETProperty.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CETProperty.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CETProperty.Type Boolean
public static final CETProperty.Type String
public static final CETProperty.Type StringList
public static final CETProperty.Type URL
public static final CETProperty.Type URLList
public static CETProperty.Type[] values()
for (CETProperty.Type c : CETProperty.Type.values()) System.out.println(c);
public static CETProperty.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 namejava.lang.NullPointerException
- if the argument is nullpublic boolean isURL()