Class GFOp_Undefined
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.opcompability.GFOpCompatibility
-
- org.verapdf.gf.model.impl.operator.opcompability.GFOp_Undefined
-
- All Implemented Interfaces:
Object,Op_Undefined,OpCompatibility,Operator
public class GFOp_Undefined extends GFOpCompatibility implements Op_Undefined
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_UNDEFINED_TYPEType name forGFOp_Undefined-
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
-
-
Constructor Summary
Constructors Constructor Description GFOp_Undefined(String operatorName, List<COSBase> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgetname()operator name-
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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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_UNDEFINED_TYPE
public static final String OP_UNDEFINED_TYPE
Type name forGFOp_Undefined- See Also:
- Constant Field Values
-
-
Method Detail
-
getname
public String getname()
Description copied from interface:Op_Undefinedoperator name- Specified by:
getnamein interfaceOp_Undefined
-
-