|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Metadata.IntField>
org.basex.build.fs.parser.Metadata.IntField
public static enum Metadata.IntField
Available metadata fields with data type integer.
| Enum Constant Summary | |
|---|---|
FS_OWNER_GROUP_ID
Group ID of the owner of the file. |
|
FS_OWNER_USER_ID
User ID of the owner of the file. |
|
FS_SIZE
Size of the file in the file system. |
|
MM_HEIGHT
Height in millimeters. |
|
MM_WIDTH
Width in millimeters. |
|
NUMBER_OF_PAGES
Number of pages. |
|
PIXEL_HEIGHT
Height in pixels. |
|
PIXEL_WIDTH
Width in pixels. |
|
TRACK
Track number. |
|
| Method Summary | |
|---|---|
byte[] |
get()
Returns the enum value as byte array. |
static Metadata.IntField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Metadata.IntField[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Metadata.IntField FS_OWNER_USER_ID
public static final Metadata.IntField FS_OWNER_GROUP_ID
public static final Metadata.IntField FS_SIZE
public static final Metadata.IntField MM_HEIGHT
public static final Metadata.IntField MM_WIDTH
public static final Metadata.IntField NUMBER_OF_PAGES
public static final Metadata.IntField PIXEL_HEIGHT
public static final Metadata.IntField PIXEL_WIDTH
public static final Metadata.IntField TRACK
| Method Detail |
|---|
public static Metadata.IntField[] values()
for (Metadata.IntField c : Metadata.IntField.values()) System.out.println(c);
public static Metadata.IntField 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 name
java.lang.NullPointerException - if the argument is nullpublic byte[] get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||