@Deprecated public abstract class XmpValueBase extends Object
Represents base XMP value.
Constructor and Description |
---|
XmpValueBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
toBool()
Deprecated.
Gets boolean value if
XmpValueBase is XmpBoolean . |
Date |
toDateTime()
Deprecated.
Gets DateTime value if
XmpValueBase is XmpDate . |
Float |
toFloat()
Deprecated.
Gets float value if
XmpValueBase is XmpReal . |
UUID |
toGuid()
Deprecated.
Gets GUID value if
XmpValueBase is XmpGuid . |
Integer |
toInt()
Deprecated.
Gets integer value if
XmpValueBase is XmpInteger . |
String |
toString()
Deprecated.
Returns a
System.String that represents this instance. |
String[] |
toStringArray()
Deprecated.
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 © 2020. All rights reserved.