public static enum RMProperty.DateType extends java.lang.Enum<RMProperty.DateType>
Modifier and Type | Method and Description |
---|---|
static RMProperty.DateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RMProperty.DateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMProperty.DateType DateOnly
public static final RMProperty.DateType DateTime
public static RMProperty.DateType[] values()
for (RMProperty.DateType c : RMProperty.DateType.values()) System.out.println(c);
public static RMProperty.DateType 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 null