Class TypeOrFeature_impl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.analysis_engine.impl.TypeOrFeature_impl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<TypeOrFeature>,TypeOrFeature,MetaDataObject,XMLizable
public class TypeOrFeature_impl extends MetaDataObject_impl implements TypeOrFeature
Reference implementation ofTypeOrFeature.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
-
Field Summary
Fields Modifier and Type Field Description private booleanmAllAnnotatorFeaturesprivate java.lang.StringmNameprivate booleanmType(package private) static longserialVersionUID-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description TypeOrFeature_impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to provide custom XML representation.intcompareTo(TypeOrFeature obj)booleanequals(java.lang.Object obj)Determines if this object is equal to another.java.lang.StringgetName()Gets the fully-qualified Type or Feature name.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.inthashCode()Gets the hash code for this object.booleanisAllAnnotatorFeatures()For Type references, this method determines whether this reference should be considered to also refer to all features of the Type that are known to the annotator.booleanisType()Gets whether this object refers to a Type or to a Feature.voidsetAllAnnotatorFeatures(boolean aAllAnnotatorFeatures)For Type references, sets whether this reference should be considered to also refer to all features of the Type that are known to the annotator.voidsetName(java.lang.String aName)Sets the fully-qualified Type or Feature name.voidsetType(boolean aType)Sets whether this object refers to a Type or to a Feature.voidtoXML(org.xml.sax.ContentHandler aContentHandler, boolean aWriteDefaultNamespaceAttribute)Overridden to provide custom XML representation.voidtoXMLinner(boolean aWriteDefaultNamespaceAttribute)-
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, clone, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
-
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, toXML, toXML, toXML
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
mType
private boolean mType
-
mName
private java.lang.String mName
-
mAllAnnotatorFeatures
private boolean mAllAnnotatorFeatures
-
-
Method Detail
-
isType
public boolean isType()
Description copied from interface:TypeOrFeatureGets whether this object refers to a Type or to a Feature.- Specified by:
isTypein interfaceTypeOrFeature- Returns:
- true if Type, false if Feature
- See Also:
TypeOrFeature.isType()
-
setType
public void setType(boolean aType)
Description copied from interface:TypeOrFeatureSets whether this object refers to a Type or to a Feature.- Specified by:
setTypein interfaceTypeOrFeature- Parameters:
aType- true if Type, false if Feature- See Also:
TypeOrFeature.setType(boolean)
-
getName
public java.lang.String getName()
Description copied from interface:TypeOrFeatureGets the fully-qualified Type or Feature name.- Specified by:
getNamein interfaceTypeOrFeature- Returns:
- the fully-qualified name
- See Also:
TypeOrFeature.getName()
-
setName
public void setName(java.lang.String aName)
Description copied from interface:TypeOrFeatureSets the fully-qualified Type or Feature name.- Specified by:
setNamein interfaceTypeOrFeature- Parameters:
aName- the fully-qualified name- See Also:
TypeOrFeature.setName(java.lang.String)
-
isAllAnnotatorFeatures
public boolean isAllAnnotatorFeatures()
Description copied from interface:TypeOrFeatureFor Type references, this method determines whether this reference should be considered to also refer to all features of the Type that are known to the annotator. This field is not used for Feature references.- Specified by:
isAllAnnotatorFeaturesin interfaceTypeOrFeature- Returns:
- true if this is a reference to all features, false if it is only a reference to the type
- See Also:
TypeOrFeature.isAllAnnotatorFeatures()
-
setAllAnnotatorFeatures
public void setAllAnnotatorFeatures(boolean aAllAnnotatorFeatures)
Description copied from interface:TypeOrFeatureFor Type references, sets whether this reference should be considered to also refer to all features of the Type that are known to the annotator. This field is not used for Feature references.- Specified by:
setAllAnnotatorFeaturesin interfaceTypeOrFeature- Parameters:
aAllAnnotatorFeatures- true if this is a reference to all features, false if it is only a reference to the type- See Also:
TypeOrFeature.setAllAnnotatorFeatures(boolean)
-
buildFromXMLElement
public void buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) throws InvalidXMLExceptionOverridden to provide custom XML representation.- Specified by:
buildFromXMLElementin interfaceXMLizable- Overrides:
buildFromXMLElementin classMetaDataObject_impl- Parameters:
aElement- the XML element that represents this object.aParser- a reference to the UIMAXMLParser. TheXMLParser.buildObject(Element)method can be used to construct sub-objects.aOptions- option settings- Throws:
InvalidXMLException- if the input XML element does not specify a valid object- See Also:
XMLizable.buildFromXMLElement(org.w3c.dom.Element, org.apache.uima.util.XMLParser)
-
toXML
public void toXML(org.xml.sax.ContentHandler aContentHandler, boolean aWriteDefaultNamespaceAttribute) throws org.xml.sax.SAXExceptionOverridden to provide custom XML representation.- Specified by:
toXMLin interfaceXMLizable- Overrides:
toXMLin classMetaDataObject_impl- Parameters:
aContentHandler- the content handler to which this object will write events that describe its XML representation.aWriteDefaultNamespaceAttribute- whether the namespace of this element should be written as the default namespace. This should be done only for the root element, and it defaults to false.- Throws:
org.xml.sax.SAXException- pass thru- See Also:
XMLizable.toXML(ContentHandler)
-
toXMLinner
public void toXMLinner(boolean aWriteDefaultNamespaceAttribute) throws org.xml.sax.SAXException- Throws:
org.xml.sax.SAXException
-
compareTo
public int compareTo(TypeOrFeature obj)
- Specified by:
compareToin interfacejava.lang.Comparable<TypeOrFeature>- See Also:
Comparable.compareTo(java.lang.Object)
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
- See Also:
MetaDataObject_impl.getXmlizationInfo()
-
hashCode
public int hashCode()
Description copied from class:MetaDataObject_implGets the hash code for this object. The hash codes of two NameClassPairsxandymust be equal ifx.equals(y)returns true;- Overrides:
hashCodein classMetaDataObject_impl- Returns:
- the hash code for this object
-
equals
public boolean equals(java.lang.Object obj)
Description copied from class:MetaDataObject_implDetermines if this object is equal to another. Two MetaDataObjects are equivalent if they share the same attributes and the same values for those attributes.- Specified by:
equalsin interfaceMetaDataObject- Overrides:
equalsin classMetaDataObject_impl- Parameters:
obj- object with which to compare this object- Returns:
- true if and only if this object is equal to
aObj
-
-