|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface FormatData
Interface to access DataDefinition format information
| Method Summary | |
|---|---|
java.util.Iterator |
getProperties()
Gets an iterator to the keys of the properties. |
java.lang.Object |
getProperty(java.lang.String key)
Gets a generic property on this object. |
java.lang.String |
getType()
Gets the format type (e.g. currency, integer). |
void |
putProperty(java.lang.String key,
java.lang.Object value)
Sets a generic property on this object. |
void |
setType(java.lang.String type)
Sets the format type (e.g. currency, integer). |
| Method Detail |
|---|
java.util.Iterator getProperties()
java.lang.Object getProperty(java.lang.String key)
key - The property key.
java.lang.String getType()
void putProperty(java.lang.String key,
java.lang.Object value)
key - The property key.value - The property value.void setType(java.lang.String type)
type - The type to set.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||