org.jtools.props
Enum PropertyRepositoryEntry.ItemType
java.lang.Object
java.lang.Enum<PropertyRepositoryEntry.ItemType>
org.jtools.props.PropertyRepositoryEntry.ItemType
- All Implemented Interfaces:
- Serializable, Comparable<PropertyRepositoryEntry.ItemType>
- Enclosing interface:
- PropertyRepositoryEntry
public static enum PropertyRepositoryEntry.ItemType
- extends Enum<PropertyRepositoryEntry.ItemType>
FILE
public static final PropertyRepositoryEntry.ItemType FILE
DIR
public static final PropertyRepositoryEntry.ItemType DIR
values
public static final PropertyRepositoryEntry.ItemType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(PropertyRepositoryEntry.ItemType c : PropertyRepositoryEntry.ItemType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static PropertyRepositoryEntry.ItemType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
© 2000-2006, JTools.org.