Class IndexRule_impl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.search.impl.IndexRule_impl
- All Implemented Interfaces:
Serializable, Cloneable, MetaDataObject, IndexRule, XMLizable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Style[]private static final longprivate static final XmlizationInfoFields inherited from class MetaDataObject_impl
serialContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStyle[]Gets the styles that comprise this index rule.protected XmlizationInfoTo be implemented by subclasses to return information describing how to represent this object in XML.voidSets the styles that comprise this index rule.Methods inherited from class MetaDataObject_impl
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mStyles
-
XMLIZATION_INFO
-
-
Constructor Details
-
IndexRule_impl
public IndexRule_impl()
-
-
Method Details
-
getStyles
-
setStyles
-
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
-