Package org.verapdf.gf.model.impl.cos
Class GFCosBool
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosBool
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Type name for GFCosBoolstatic final CosBool
static final CosBool
Fields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTS
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
Method Summary
Modifier and TypeMethodDescriptiongetvalue()
Get value of this objectstatic CosBool
valueOf
(COSBoolean bool) This method will create CosBool object instance from greenfield COSBooleanMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValue
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 Details
-
TRUE
-
FALSE
-
COS_BOOLEAN_TYPE
Type name for GFCosBool- See Also:
-
-
Method Details