public enum WebName extends Enum<WebName>
PropertyTypeRenderer.renderWriteable(dk.heick.properties.Property, String, String)
Enum Constant and Description |
---|
ACTION |
COLLECTION_MESSAGE |
INDEX |
KEY |
PROPERTY_IO_NAME |
PROPERTY_NAME |
PROPERTY_TYPE |
PROPERTY_VALUE |
PROPERTY_VALUE_CURRENT |
PROPERTY_VALUE_SECOND |
PROPERTY_VALUE_THIRD |
Modifier and Type | Method and Description |
---|---|
static WebName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebName ACTION
public static final WebName PROPERTY_NAME
public static final WebName PROPERTY_IO_NAME
public static final WebName PROPERTY_TYPE
public static final WebName PROPERTY_VALUE_CURRENT
public static final WebName PROPERTY_VALUE
public static final WebName PROPERTY_VALUE_SECOND
public static final WebName PROPERTY_VALUE_THIRD
public static final WebName KEY
public static final WebName INDEX
public static final WebName COLLECTION_MESSAGE
public static WebName[] values()
for (WebName c : WebName.values()) System.out.println(c);
public static WebName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null