public interface CustomProperty
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedValue()
Returns a textual representation of the value suitable for consumption
by wedav clients, except that it should not be character encoded as
milton will do that
|
Object |
getTypedValue()
Returns the typed value.
|
Class |
getValueClass()
Returns a class which is assignable from any value which can be stored
in this property.
|
void |
setFormattedValue(String s)
Set the unencoded string value into this property.
|
Class getValueClass()
Object getTypedValue()
String getFormattedValue()
void setFormattedValue(String s)
s - Copyright © 2021 McEvoy Software Ltd. All rights reserved.