public interface FwkPersistenceInfoInterface extends FwkPresentationInterface
Modifier and Type | Method and Description |
---|---|
void |
addArray(java.lang.String propertyName)
Add the name of an array property (e.g. a command array) to
the persistence list.
|
void |
addComponent(java.lang.String propertyName)
Add the name of a component property to the persistence list.
|
void |
addListener(java.lang.String listenerName)
Add the name of a listener to the persistence list.
|
void |
addPrimitive(java.lang.String propertyName)
Add the name of a primitive property to the persistence
list.
|
FwkArrayInterface |
getArrays()
Get the array-property array.
|
FwkArrayInterface |
getComponents()
Get the component-property array.
|
FwkArrayInterface |
getListenerArray()
Get the listener array.
|
FwkArrayInterface |
getPrimitives()
Get the primitive-property array.
|
getPresentationString, getPresentationString
getVersion, release
void addArray(java.lang.String propertyName)
propertyName
- The name of the array property.void addComponent(java.lang.String propertyName)
propertyName
- The component property name.void addListener(java.lang.String listenerName)
listenerName
- The listener name.void addPrimitive(java.lang.String propertyName)
propertyName
- The property name.FwkArrayInterface getArrays()
FwkArrayInterface getComponents()
FwkArrayInterface getListenerArray()
FwkArrayInterface getPrimitives()