Package org.verapdf.gf.model.impl.cos
Class GFCosLang
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosString
org.verapdf.gf.model.impl.cos.GFCosTextString
org.verapdf.gf.model.impl.cos.GFCosLang
- All Implemented Interfaces:
Object,CosLang,CosObject,CosString,CosTextString
Lang type.
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.cos.GFCosTextString
COS_TEXT_STRING_TYPEFields inherited from class org.verapdf.gf.model.impl.cos.GFCosString
COS_STRING_TYPEFields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.cos.GFCosTextString
getunicodeValueMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosString
getcontainsOnlyHex, getcontainsPUA, gethexCount, getisHex, getvalueMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValueMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.coslayer.CosString
getcontainsOnlyHex, getcontainsPUA, gethexCount, getisHex, getvalueMethods inherited from interface org.verapdf.model.coslayer.CosTextString
getunicodeValueMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
COS_LANG_TYPE
Type name for GFCosLang- See Also:
-
-
Constructor Details
-
GFCosLang
Default constructor- Parameters:
cosString- is Lang object COSString.
-
GFCosLang
Constructor for child classes- Parameters:
cosString- is Lang COSString.type- child class type.
-