public static enum IDataStructure.OBJECT_STATUS extends java.lang.Enum<IDataStructure.OBJECT_STATUS>
| Modifier and Type | Method and Description |
|---|---|
static IDataStructure.OBJECT_STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDataStructure.OBJECT_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDataStructure.OBJECT_STATUS GLOBAL
public static final IDataStructure.OBJECT_STATUS ADD
public static final IDataStructure.OBJECT_STATUS MODIFY
public static final IDataStructure.OBJECT_STATUS DELETE
public static IDataStructure.OBJECT_STATUS[] values()
for (IDataStructure.OBJECT_STATUS c : IDataStructure.OBJECT_STATUS.values()) System.out.println(c);
public static IDataStructure.OBJECT_STATUS 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 © 2017 Unvired Inc. All Rights Reserved.