Package org.verapdf.gf.model.impl.cos
Class GFCosUnicodeName
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosName
org.verapdf.gf.model.impl.cos.GFCosUnicodeName
- All Implemented Interfaces:
Object,CosName,CosObject,CosUnicodeName
- Author:
- Timur Kamalov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.cos.GFCosName
COS_NAME_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
Modifier and TypeMethodDescriptionindicates if the Name represents a Unicode string correctly encoded by Utf8the Unicode value of the Name objectMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosName
getinternalRepresentationMethods 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.CosName
getinternalRepresentationMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
COS_UNICODE_NAME_TYPE
- See Also:
-
-
Constructor Details
-
GFCosUnicodeName
Default constructor.- Parameters:
cosName-
-
-
Method Details
-
getisValidUtf8
Description copied from interface:CosUnicodeNameindicates if the Name represents a Unicode string correctly encoded by Utf8- Specified by:
getisValidUtf8in interfaceCosUnicodeName- Returns:
- true if name is valid UTF-8 string
-
getunicodeValue
Description copied from interface:CosUnicodeNamethe Unicode value of the Name object- Specified by:
getunicodeValuein interfaceCosUnicodeName- Returns:
- converted to UTF-8 name
-