public static enum SetAttr3.SetAttrField extends Enum<SetAttr3.SetAttrField>
Modifier and Type | Method and Description |
---|---|
static SetAttr3.SetAttrField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetAttr3.SetAttrField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetAttr3.SetAttrField MODE
public static final SetAttr3.SetAttrField UID
public static final SetAttr3.SetAttrField GID
public static final SetAttr3.SetAttrField SIZE
public static final SetAttr3.SetAttrField ATIME
public static final SetAttr3.SetAttrField MTIME
public static SetAttr3.SetAttrField[] values()
for (SetAttr3.SetAttrField c : SetAttr3.SetAttrField.values()) System.out.println(c);
public static SetAttr3.SetAttrField 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 © 2013 Apache Software Foundation. All rights reserved.