Package org.verapdf.gf.model.impl.cos
Class GFCosTextString
- 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
-
- All Implemented Interfaces:
Object,CosObject,CosString,CosTextString
- Direct Known Subclasses:
GFCosLang
public class GFCosTextString extends GFCosString implements CosTextString
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOS_TEXT_STRING_TYPEType name for GFCosTextString-
Fields inherited from class org.verapdf.gf.model.impl.cos.GFCosString
COS_STRING_TYPE
-
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
-
-
Constructor Summary
Constructors Constructor Description GFCosTextString(COSString cosString)Default constructorGFCosTextString(COSString cosString, String type)Constructor for child classes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetunicodeValue()string in unicode-
Methods inherited from class org.verapdf.gf.model.impl.cos.GFCosString
getcontainsOnlyHex, gethexCount, getisHex, getvalue
-
Methods 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.coslayer.CosString
getcontainsOnlyHex, gethexCount, getisHex, getvalue
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
COS_TEXT_STRING_TYPE
public static final String COS_TEXT_STRING_TYPE
Type name for GFCosTextString- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFCosTextString
public GFCosTextString(COSString cosString)
Default constructor- Parameters:
cosString- is COSTextString object COSString.
-
-
Method Detail
-
getunicodeValue
public String getunicodeValue()
Description copied from interface:CosTextStringstring in unicode- Specified by:
getunicodeValuein interfaceCosTextString
-
-