protected static enum ServiceSearchSupport.ServiceFieldDefs extends Enum<ServiceSearchSupport.ServiceFieldDefs> implements SearchSupport.FieldDefs<Service>
Enum Constant and Description |
---|
active |
allowedAppProvision |
approved |
containerType |
serviceName |
serviceTypeId |
Modifier and Type | Method and Description |
---|---|
int |
compare(Service left,
Service right) |
boolean |
match(MatchingCondition cond,
Service obj) |
static ServiceSearchSupport.ServiceFieldDefs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceSearchSupport.ServiceFieldDefs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceSearchSupport.ServiceFieldDefs serviceName
public static final ServiceSearchSupport.ServiceFieldDefs serviceTypeId
public static final ServiceSearchSupport.ServiceFieldDefs active
public static final ServiceSearchSupport.ServiceFieldDefs allowedAppProvision
public static final ServiceSearchSupport.ServiceFieldDefs containerType
public static final ServiceSearchSupport.ServiceFieldDefs approved
public static ServiceSearchSupport.ServiceFieldDefs[] values()
for (ServiceSearchSupport.ServiceFieldDefs c : ServiceSearchSupport.ServiceFieldDefs.values()) System.out.println(c);
public static ServiceSearchSupport.ServiceFieldDefs 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 boolean match(MatchingCondition cond, Service obj)
match
in interface SearchSupport.FieldDefs<Service>
public int compare(Service left, Service right)
compare
in interface SearchSupport.FieldDefs<Service>