Enum ProxyRelationshipSelectionCriteria.ProxyRelationshipView
- java.lang.Object
-
- java.lang.Enum<ProxyRelationshipSelectionCriteria.ProxyRelationshipView>
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyRelationshipSelectionCriteria.ProxyRelationshipView
-
- All Implemented Interfaces:
Serializable,Comparable<ProxyRelationshipSelectionCriteria.ProxyRelationshipView>
- Enclosing class:
- ProxyRelationshipSelectionCriteria
public static enum ProxyRelationshipSelectionCriteria.ProxyRelationshipView extends Enum<ProxyRelationshipSelectionCriteria.ProxyRelationshipView>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BY_PROFILEBY_PROXY
-
Field Summary
Fields Modifier and Type Field Description static ProxyRelationshipSelectionCriteria.ProxyRelationshipViewDEFAULT_VIEW
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProxyRelationshipSelectionCriteria.ProxyRelationshipViewfromKeyword(String keyword)static ProxyRelationshipSelectionCriteria.ProxyRelationshipViewvalueOf(String name)Returns the enum constant of this type with the specified name.static ProxyRelationshipSelectionCriteria.ProxyRelationshipView[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BY_PROXY
public static final ProxyRelationshipSelectionCriteria.ProxyRelationshipView BY_PROXY
-
BY_PROFILE
public static final ProxyRelationshipSelectionCriteria.ProxyRelationshipView BY_PROFILE
-
-
Field Detail
-
DEFAULT_VIEW
public static ProxyRelationshipSelectionCriteria.ProxyRelationshipView DEFAULT_VIEW
-
-
Method Detail
-
values
public static ProxyRelationshipSelectionCriteria.ProxyRelationshipView[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ProxyRelationshipSelectionCriteria.ProxyRelationshipView c : ProxyRelationshipSelectionCriteria.ProxyRelationshipView.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProxyRelationshipSelectionCriteria.ProxyRelationshipView 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 nameNullPointerException- if the argument is null
-
fromKeyword
public static ProxyRelationshipSelectionCriteria.ProxyRelationshipView fromKeyword(String keyword)
-
-