|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IStorageGroupDirectory.Props> org.jmythapi.database.IStorageGroupDirectory.Props
public static enum IStorageGroupDirectory.Props
Enum Constant Summary | |
---|---|
DIRECTORY_ID
Storage group id. |
|
DIRNAME
Directory name. |
|
GROUPNAME
Storage group name. |
|
HOSTNAME
Host name. |
Method Summary | |
---|---|
static IStorageGroupDirectory.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IStorageGroupDirectory.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IStorageGroupDirectory.Props DIRECTORY_ID
id INT(11) NOT NULL auto_increment
public static final IStorageGroupDirectory.Props GROUPNAME
groupname VARCHAR(32) NOT NULL
public static final IStorageGroupDirectory.Props HOSTNAME
hostname VARCHAR(64) NOT NULL DEFAULT ''>
public static final IStorageGroupDirectory.Props DIRNAME
Method Detail |
---|
public static IStorageGroupDirectory.Props[] values()
for (IStorageGroupDirectory.Props c : IStorageGroupDirectory.Props.values()) System.out.println(c);
public static IStorageGroupDirectory.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |