public static enum SruConsumerResource.SupportedRelations extends Enum<SruConsumerResource.SupportedRelations>
| Modifier and Type | Method and Description |
|---|---|
static SruConsumerResource.SupportedRelations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SruConsumerResource.SupportedRelations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SruConsumerResource.SupportedRelations lt
public static final SruConsumerResource.SupportedRelations le
public static final SruConsumerResource.SupportedRelations gt
public static final SruConsumerResource.SupportedRelations ge
public static final SruConsumerResource.SupportedRelations eq
public static SruConsumerResource.SupportedRelations[] values()
for (SruConsumerResource.SupportedRelations c : SruConsumerResource.SupportedRelations.values()) System.out.println(c);
public static SruConsumerResource.SupportedRelations 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 nullCopyright © 2017. All Rights Reserved.