|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metadata.IntField | |
|---|---|
| org.basex.build.fs.parser | Contains classes for extracting file metadata and content. |
| Uses of Metadata.IntField in org.basex.build.fs.parser |
|---|
| Methods in org.basex.build.fs.parser that return Metadata.IntField | |
|---|---|
static Metadata.IntField |
Metadata.IntField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Metadata.IntField[] |
Metadata.IntField.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.basex.build.fs.parser with parameters of type Metadata.IntField | |
|---|---|
Metadata |
Metadata.setInt(Metadata.IntField field,
byte[] val)
Re-initializes the metadata object as integer item. |
Metadata |
Metadata.setInt(Metadata.IntField field,
int val)
Re-initializes the metadata object as integer item. |
Metadata |
Metadata.setLong(Metadata.IntField field,
byte[] val)
Re-initializes the metadata object as long item. |
Metadata |
Metadata.setLong(Metadata.IntField field,
long val)
Re-initializes the metadata object as long item. |
Metadata |
Metadata.setShort(Metadata.IntField field,
byte[] val)
Re-initializes the metadata object as short item. |
Metadata |
Metadata.setShort(Metadata.IntField field,
short val)
Re-initializes the metadata object as short item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||