|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomProperty
Represents support for a given property. The property may be null, blank or have a value
| Method Summary | |
|---|---|
java.lang.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 |
java.lang.Object |
getTypedValue()
Returns the typed value. |
java.lang.Class |
getValueClass()
Returns a class which is assignable from any value which can be stored in this property. |
void |
setFormattedValue(java.lang.String s)
Set the unencoded string value into this property. |
| Method Detail |
|---|
java.lang.Class getValueClass()
java.lang.Object getTypedValue()
java.lang.String getFormattedValue()
void setFormattedValue(java.lang.String s)
s -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||