public static enum CapabilitySnapshot.AttributeId extends java.lang.Enum<CapabilitySnapshot.AttributeId> implements Capability.AttributeId
CapabilitySnapshot.| Enum Constant and Description |
|---|
IMG_DEFAULT_RESOLUTION_HEIGHT |
IMG_DEFAULT_RESOLUTION_WIDTH |
IMG_SUPPORT_RESOLUTION_HEIGHT_ARR |
IMG_SUPPORT_RESOLUTION_WIDTH_ARR |
| Modifier and Type | Method and Description |
|---|---|
Capability.CapabilityId |
getCapabilityId() |
static CapabilitySnapshot.AttributeId |
getEnum(int index) |
int |
getInt() |
static CapabilitySnapshot.AttributeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilitySnapshot.AttributeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilitySnapshot.AttributeId IMG_SUPPORT_RESOLUTION_HEIGHT_ARR
public static final CapabilitySnapshot.AttributeId IMG_SUPPORT_RESOLUTION_WIDTH_ARR
public static final CapabilitySnapshot.AttributeId IMG_DEFAULT_RESOLUTION_HEIGHT
public static final CapabilitySnapshot.AttributeId IMG_DEFAULT_RESOLUTION_WIDTH
public static CapabilitySnapshot.AttributeId[] values()
for (CapabilitySnapshot.AttributeId c : CapabilitySnapshot.AttributeId.values()) System.out.println(c);
public static CapabilitySnapshot.AttributeId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CapabilitySnapshot.AttributeId getEnum(int index)
public int getInt()
getInt in interface CommandIdInterfacepublic Capability.CapabilityId getCapabilityId()
getCapabilityId in interface Capability.AttributeId