| Modifier and Type | Method and Description |
|---|---|
Object |
get()
Return the actual value object.
|
<T> T |
get(Class<T> type)
Get the value by converting it into the given type.
|
<T> T |
get(Class<T> type,
T defaultValue)
Get the value by converting it into the given type.
|
PropertyFormatType |
getFormat()
Returns the
PropertyFormatType of value |
PropertyType |
getPropertyType()
Returns the
PropertyType of value |
Object get()
PropertyType getPropertyType()
PropertyType of valuePropertyType of valuePropertyFormatType getFormat()
PropertyFormatType of valuePropertyFormatType of value<T> T get(Class<T> type)
T - type - The class of the type<T> T get(Class<T> type, T defaultValue)
T - type - The class of the typedefaultValue - The default value to use if the named property does
not exist or cannot be converted to the requested type. The
default value is also used to define the type to convert the
value to. If this is null any existing property is
not converted.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.