public class J2KMetadataFormat extends IIOMetadataFormatImpl
Modifier and Type | Field and Description |
---|---|
private static J2KMetadataFormat |
instance |
private static Hashtable |
parents
The table to link the child to its parent.
|
(package private) String |
resourceBaseName |
standardMetadataFormatName
CHILD_POLICY_ALL, CHILD_POLICY_CHOICE, CHILD_POLICY_EMPTY, CHILD_POLICY_MAX, CHILD_POLICY_REPEAT, CHILD_POLICY_SEQUENCE, CHILD_POLICY_SOME, DATATYPE_BOOLEAN, DATATYPE_DOUBLE, DATATYPE_FLOAT, DATATYPE_INTEGER, DATATYPE_STRING, VALUE_ARBITRARY, VALUE_ENUMERATION, VALUE_LIST, VALUE_NONE, VALUE_RANGE, VALUE_RANGE_MAX_INCLUSIVE, VALUE_RANGE_MAX_INCLUSIVE_MASK, VALUE_RANGE_MIN_INCLUSIVE, VALUE_RANGE_MIN_INCLUSIVE_MASK, VALUE_RANGE_MIN_MAX_INCLUSIVE
Constructor and Description |
---|
J2KMetadataFormat()
Constructs
J2KMetadataFormat . |
Modifier and Type | Method and Description |
---|---|
private void |
addElements()
Adds the elements into this format object based on the XML
schema and DTD.
|
boolean |
canNodeAppear(String elementName,
ImageTypeSpecifier imageType) |
static J2KMetadataFormat |
getInstance() |
String |
getParent(String elementName) |
boolean |
isLeaf(String name) |
boolean |
singleInstance(String name) |
addAttribute, addAttribute, addAttribute, addAttribute, addBooleanAttribute, addChildElement, addElement, addElement, addObjectValue, addObjectValue, addObjectValue, addObjectValue, getAttributeDataType, getAttributeDefaultValue, getAttributeDescription, getAttributeEnumerations, getAttributeListMaxLength, getAttributeListMinLength, getAttributeMaxValue, getAttributeMinValue, getAttributeNames, getAttributeValueType, getChildNames, getChildPolicy, getElementDescription, getElementMaxChildren, getElementMinChildren, getObjectArrayMaxLength, getObjectArrayMinLength, getObjectClass, getObjectDefaultValue, getObjectEnumerations, getObjectMaxValue, getObjectMinValue, getObjectValueType, getResourceBaseName, getRootName, getStandardFormatInstance, isAttributeRequired, removeAttribute, removeElement, removeObjectValue, setResourceBaseName
private static Hashtable parents
private static J2KMetadataFormat instance
String resourceBaseName
J2KMetadataFormat()
J2KMetadataFormat
. Calls the super
class constructor. Sets the resource base name. Adds the elements
into this format object based on the XML schema and DTD.public static J2KMetadataFormat getInstance()
private void addElements()
public boolean canNodeAppear(String elementName, ImageTypeSpecifier imageType)
canNodeAppear
in interface IIOMetadataFormat
canNodeAppear
in class IIOMetadataFormatImpl
public boolean isLeaf(String name)
public boolean singleInstance(String name)
Copyright © 2017 Open Microscopy Environment