public enum ImageTransferAttribute extends java.lang.Enum<ImageTransferAttribute> implements AttributeClass
Enum Constant and Description |
---|
IMAGE_BLOCK_SIZE |
IMAGE_FIRST_NOT_TRANSFERRED_BLOCK_NUMBER |
IMAGE_TO_ACTIVATE_INFO |
IMAGE_TRANSFER_ENABLED |
IMAGE_TRANSFER_STATUS |
IMAGE_TRANSFERRED_BLOCKS_STATUS |
LOGICAL_NAME |
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static ImageTransferAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageTransferAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageTransferAttribute LOGICAL_NAME
public static final ImageTransferAttribute IMAGE_BLOCK_SIZE
public static final ImageTransferAttribute IMAGE_TRANSFERRED_BLOCKS_STATUS
public static final ImageTransferAttribute IMAGE_FIRST_NOT_TRANSFERRED_BLOCK_NUMBER
public static final ImageTransferAttribute IMAGE_TRANSFER_ENABLED
public static final ImageTransferAttribute IMAGE_TRANSFER_STATUS
public static final ImageTransferAttribute IMAGE_TO_ACTIVATE_INFO
public static ImageTransferAttribute[] values()
for (ImageTransferAttribute c : ImageTransferAttribute.values()) System.out.println(c);
public static ImageTransferAttribute 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 InterfaceClass interfaceClass()
interfaceClass
in interface AttributeClass
public int attributeId()
attributeId
in interface AttributeClass
public java.lang.String attributeName()
attributeName
in interface AttributeClass