AsfDescriptorType
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public final class AsfDescriptorType implements IEnumValue
Defines ASF descriptor types.
| Field | Description |
|---|---|
| Unicode | The unicode string type. |
| ByteArray | The byte array type. |
| Bool | The 32-bit bool type. |
| DWord | The 32-bit unsigned integer type. |
| QWord | The 64-bit unsigned integer type. |
| Word | The 16-bit unsigned integer type. |
| Guid | The 128-bit (16 byte) GUID type. |
public static final AsfDescriptorType Unicode
The unicode string type.
public static final AsfDescriptorType ByteArray
The byte array type.
public static final AsfDescriptorType Bool
The 32-bit bool type.
public static final AsfDescriptorType DWord
The 32-bit unsigned integer type.
public static final AsfDescriptorType QWord
The 64-bit unsigned integer type.
public static final AsfDescriptorType Word
The 16-bit unsigned integer type.
public static final AsfDescriptorType Guid
The 128-bit (16 byte) GUID type.
public static AsfDescriptorType getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: AsfDescriptorType
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
public String name()
Returns the name of this enumeration value.
Returns: java.lang.String
public boolean equals(Object o)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| o | java.lang.Object |
Returns: boolean
public int hashCode()
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.