public enum CapabilityOrderBy extends Enum<CapabilityOrderBy>
Modifier and Type | Method and Description |
---|---|
static CapabilityOrderBy |
fromValue(String v) |
String |
value() |
static CapabilityOrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityOrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityOrderBy NONE
public static final CapabilityOrderBy COMMON
public static final CapabilityOrderBy CUSTOM
public static CapabilityOrderBy[] values()
for (CapabilityOrderBy c : CapabilityOrderBy.values()) System.out.println(c);
public static CapabilityOrderBy 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 nullpublic String value()
public static CapabilityOrderBy fromValue(String v)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.