public static enum OPTYPE.PropertyContainer extends Enum<OPTYPE.PropertyContainer>
| Enum Constant and Description |
|---|
PROPERTY_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
static OPTYPE.PropertyContainer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPTYPE.PropertyContainer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OPTYPE.PropertyContainer PROPERTY_ACCESS
public static OPTYPE.PropertyContainer[] values()
for (OPTYPE.PropertyContainer c : OPTYPE.PropertyContainer.values()) System.out.println(c);
public static OPTYPE.PropertyContainer 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 nullCopyright © 2016. All rights reserved.