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
public class GFCosName extends GFCosObject implements CosName
Created by Timur on 4/10/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOS_NAME_TYPEType name for GFCosName-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetinternalRepresentation()Get Unicode string representation of the Name object after applying escape mechanism and converting to Unicode using Utf8 encoding-
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.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
COS_NAME_TYPE
public static final String COS_NAME_TYPE
Type name for GFCosName- See Also:
- Constant Field Values
-
-
Method Detail
-
getinternalRepresentation
public String getinternalRepresentation()
Get Unicode string representation of the Name object after applying escape mechanism and converting to Unicode using Utf8 encoding- Specified by:
getinternalRepresentationin interfaceCosName
-
-