Class GFOp_EMC
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.markedcontent.GFOpMarkedContent
-
- org.verapdf.gf.model.impl.operator.markedcontent.GFOp_EMC
-
- All Implemented Interfaces:
Object,Op_EMC,Operator,OpMarkedContent
public class GFOp_EMC extends GFOpMarkedContent implements Op_EMC
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_EMC_TYPEType name forGFOp_EMC-
Fields inherited from class org.verapdf.gf.model.impl.operator.markedcontent.GFOpMarkedContent
ACTUAL_TEXT, LANG, PROPERTIES, TAG
-
Fields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTS
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.operator.markedcontent.GFOpMarkedContent
getActualText, getAlt, getE, getInheritedActualText, getInheritedMCID, getLang, getLinkedObjects, getMCID, getParentLang, getParentsTags, getParentStructureTag, getPropertiesDict, getTag, hashCode, initializePropertiesDict
-
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbers
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
OP_EMC_TYPE
public static final String OP_EMC_TYPE
Type name forGFOp_EMC- See Also:
- Constant Field Values
-
-