org.compass.core.mapping
Enum ReverseType
java.lang.Object
java.lang.Enum<ReverseType>
org.compass.core.mapping.ReverseType
- All Implemented Interfaces:
- Serializable, Comparable<ReverseType>
public enum ReverseType
- extends Enum<ReverseType>
- Author:
- kimchy
NO
public static final ReverseType NO
READER
public static final ReverseType READER
STRING
public static final ReverseType STRING
values
public static final ReverseType[] 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(ReverseType c : ReverseType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ReverseType 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
fromString
public static ReverseType fromString(String reverseType)
Copyright (c) 2004-2009 The Compass Project.