public enum PropertyContainerClassType extends java.lang.Enum<PropertyContainerClassType> implements java.io.Serializable
| Enum Constant and Description |
|---|
ACTION |
CONDITION |
DEVICE_CONFIG |
HUB_CONFIG |
PLUGIN_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static PropertyContainerClassType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyContainerClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyContainerClassType ACTION
public static final PropertyContainerClassType CONDITION
public static final PropertyContainerClassType HUB_CONFIG
public static final PropertyContainerClassType PLUGIN_CONFIG
public static final PropertyContainerClassType DEVICE_CONFIG
public static PropertyContainerClassType[] values()
for (PropertyContainerClassType c : PropertyContainerClassType.values()) System.out.println(c);
public static PropertyContainerClassType 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 nullCopyright © 2015 Whizzo Software LLC. All rights reserved.