public enum ODSType extends Enum<ODSType> implements INumberEnum<Short>
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ODSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODSType LIST
public static final ODSType OBJECT_DESCRIPTOR
public static final ODSType VIEW_TABLE_FORMAT
public static final ODSType VIEW_COLUMN_FORMAT
public static final ODSType VIEW_TABLE_FORMAT2
public static final ODSType FILEOBJECT
public static final ODSType COLLATION
public static final ODSType COLLATE_DESCRIPTOR
public static final ODSType CDTEXT
public static final ODSType CDFIELD
public static final ODSType CDGRAPHIC
public static final ODSType CDHOTSPOTBEGIN
public static final ODSType VIEW_COLUMN_FORMAT2
public static final ODSType CDBEGINRECORD
public static final ODSType CDENDRECORD
public static final ODSType CDEXT2FIELD
public static final ODSType MIME_PART
public static final ODSType VIEW_TABLE_FORMAT3
public static final ODSType CDFIELDHINT
public static final ODSType CDEXTFIELD
public static final ODSType CDDATAFLAGS
public static final ODSType CDKEYWORD
public static final ODSType EMBEDDEDCTL
public static final ODSType CDFILEHEADER
public static final ODSType CDFILESEGMENT
public static ODSType[] values()
for (ODSType c : ODSType.values()) System.out.println(c);
public static ODSType 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 nullpublic Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2014–2018. All rights reserved.