Package | Description |
---|---|
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.primitives |
Modifier and Type | Method and Description |
---|---|
NonNegativeLong |
AggregateMetadata.getBinaryFileSize(int fileAnnotationIndex) |
NonNegativeLong |
MetadataRetrieve.getBinaryFileSize(int fileAnnotationIndex) |
NonNegativeLong |
OMEXMLMetadataImpl.getBinaryFileSize(int fileAnnotationIndex) |
NonNegativeLong |
DummyMetadata.getBinaryFileSize(int fileAnnotationIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setBinaryFileSize(NonNegativeLong size,
int fileAnnotationIndex) |
void |
OMEXMLMetadataImpl.setBinaryFileSize(NonNegativeLong size,
int fileAnnotationIndex) |
void |
MetadataStore.setBinaryFileSize(NonNegativeLong size,
int fileAnnotationIndex) |
void |
FilterMetadata.setBinaryFileSize(NonNegativeLong size,
int fileAnnotationIndex) |
void |
DummyMetadata.setBinaryFileSize(NonNegativeLong size,
int fileAnnotationIndex) |
Modifier and Type | Field and Description |
---|---|
private NonNegativeLong |
BinData.length |
private NonNegativeLong |
BinaryFile.size |
Modifier and Type | Method and Description |
---|---|
NonNegativeLong |
BinData.getLength() |
NonNegativeLong |
BinaryFile.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
BinData.setLength(NonNegativeLong length) |
void |
BinaryFile.setSize(NonNegativeLong size) |
Modifier and Type | Class and Description |
---|---|
class |
PositiveLong
An integer whose constraints are bound to Java's 64-bit signed integer type
and a further positive restriction.
|
Modifier and Type | Method and Description |
---|---|
static NonNegativeLong |
NonNegativeLong.valueOf(String s)
Returns an
NonNegativeLong object holding the value of
the specified string. |
Copyright © 2015 Open Microscopy Environment