|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AVMStoreProperty
Arbitrary properties associated with AVMStores.
| Method Summary | |
|---|---|
QNameEntity |
getName()
Get the name of this property. |
AVMStore |
getStore()
Get the AVMStore. |
PropertyValue |
getValue()
Get the actual property value. |
void |
setName(QNameEntity qnameEntity)
Set the name of the property. |
void |
setStore(AVMStore store)
Set the AVMStore. |
void |
setValue(PropertyValue value)
Set the actual property value. |
| Method Detail |
|---|
void setStore(AVMStore store)
store - The AVMStore to set.AVMStore getStore()
void setName(QNameEntity qnameEntity)
qnameEntity - The QNameEntity for the property.QNameEntity getName()
void setValue(PropertyValue value)
value - The PropertyValue to set.PropertyValue getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||