|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertySpecification
Defines a transient or persistant property of a component or page.
| Method Summary | |
|---|---|
boolean |
canProxy()
Checks if this parameter can be proxied. |
String |
getInitialValue()
Returns the initial value for this property, as a binding reference. |
String |
getName()
|
String |
getPersistence()
If null, then the property is not persistent. |
String |
getType()
|
boolean |
isGeneric()
Checks if the type represented by this property is in a generic declaration. |
boolean |
isPersistent()
Returns true if getPersistence()is null. |
boolean |
isProxyChecked()
Checks if this property has previously had it's type information examined to determine if it is elligable for proxying. |
void |
setCanProxy(boolean canProxy)
Sets whether or not this property can be proxied. |
void |
setGeneric(boolean isGeneric)
Sets whether or not this property represents a concrete generic type. |
void |
setInitialValue(String initialValue)
|
void |
setName(String name)
Sets the name of the property. |
void |
setPersistence(String persistence)
A string indicating how the property is persisted. |
void |
setProxyChecked(boolean checked)
Sets the state of this property so that it is known whether or not the type it represents has been checked as being compatible with proxying or not. |
void |
setType(String type)
|
| Methods inherited from interface org.apache.hivemind.LocationHolder |
|---|
setLocation |
| Methods inherited from interface org.apache.hivemind.Locatable |
|---|
getLocation |
| Method Detail |
|---|
String getInitialValue()
String getName()
boolean isPersistent()
getPersistence()is null.
String getType()
void setInitialValue(String initialValue)
void setName(String name)
IComponentSpecification.
void setType(String type)
void setGeneric(boolean isGeneric)
isGeneric - boolean isGeneric()
boolean isProxyChecked()
canProxy() should
be a real value.
void setProxyChecked(boolean checked)
checked - boolean canProxy()
void setCanProxy(boolean canProxy)
canProxy - void setPersistence(String persistence)
String getPersistence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||