Package org.verapdf.gf.model.impl.cos
Class GFCosName
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosName
- Direct Known Subclasses:
GFCosBM
,GFCosFilter
,GFCosIIFilter
,GFCosRenderingIntent
,GFCosUnicodeName
Created by Timur on 4/10/2016.
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionGet Unicode string representation of the Name object after applying escape mechanism and converting to Unicode using Utf8 encodingMethods 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
-
COS_NAME_TYPE
Type name for GFCosName- See Also:
-
-
Constructor Details
-
GFCosName
Default constructor- Parameters:
cosName
- greenfield COSName
-
GFCosName
Constructor for child classes- Parameters:
cosName
- greenfield COSNametype
- child class type
-
-
Method Details
-
getinternalRepresentation
Get Unicode string representation of the Name object after applying escape mechanism and converting to Unicode using Utf8 encoding- Specified by:
getinternalRepresentation
in interfaceCosName
-