XmpArrayType
Contents
[
Hide
]
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum XmpArrayType extends Enum<XmpArrayType> implements IEnumValue
Represents array type in XmpArray .
Fields
Field | Description |
---|---|
Unordered | An unordered array. |
Ordered | An ordered array. |
Alternative | An alternative array. |
Methods
Unordered
public static final XmpArrayType Unordered
An unordered array.
Ordered
public static final XmpArrayType Ordered
An ordered array.
Alternative
public static final XmpArrayType Alternative
An alternative array.
values()
public static XmpArrayType[] values()
Returns: com.groupdocs.metadata.core.XmpArrayType[]
valueOf(String name)
public static XmpArrayType valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: XmpArrayType
getByRawValue(int rawValue)
public static XmpArrayType getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: XmpArrayType
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int