public abstract class XmpValueBase extends Object
Represents base XMP value.
Constructor and Description |
---|
XmpValueBase() |
Modifier and Type | Method and Description |
---|---|
Boolean |
toBool()
Gets boolean value if
XmpValueBase is XmpBoolean . |
Date |
toDateTime()
Gets DateTime value if
XmpValueBase is XmpDate . |
Float |
toFloat()
Gets float value if
XmpValueBase is XmpReal . |
UUID |
toGuid()
Gets GUID value if
XmpValueBase is XmpGuid . |
Integer |
toInt()
Gets integer value if
XmpValueBase is XmpInteger . |
String |
toString()
Returns a
System.String that represents this instance. |
String[] |
toStringArray()
To the string array.
|
public String toString()
Returns a System.String
that represents this instance.
public final String[] toStringArray()
To the string array.
System.String
public final Integer toInt()
Gets integer value if XmpValueBase
is XmpInteger
.
public final Float toFloat()
Gets float value if XmpValueBase
is XmpReal
.
public final Boolean toBool()
Gets boolean value if XmpValueBase
is XmpBoolean
.
public final Date toDateTime()
Gets DateTime value if XmpValueBase
is XmpDate
.
public final UUID toGuid()
Gets GUID value if XmpValueBase
is XmpGuid
.
Copyright © 2019. All rights reserved.