public static enum DeviceResources.Device.Constraints.TagPair.Which extends Enum<DeviceResources.Device.Constraints.TagPair.Which>
| Enum Constant and Description | 
|---|
| _NOT_IN_SCHEMA | 
| ROUTED_TAG | 
| TAG | 
| Modifier and Type | Method and Description | 
|---|---|
| static DeviceResources.Device.Constraints.TagPair.Which | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DeviceResources.Device.Constraints.TagPair.Which[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DeviceResources.Device.Constraints.TagPair.Which TAG
public static final DeviceResources.Device.Constraints.TagPair.Which ROUTED_TAG
public static final DeviceResources.Device.Constraints.TagPair.Which _NOT_IN_SCHEMA
public static DeviceResources.Device.Constraints.TagPair.Which[] values()
for (DeviceResources.Device.Constraints.TagPair.Which c : DeviceResources.Device.Constraints.TagPair.Which.values()) System.out.println(c);
public static DeviceResources.Device.Constraints.TagPair.Which 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 null