|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfiguredProperty
The configured value of a Property
.
Method Summary | |
---|---|
String |
getName()
Returns the name of the property being configured. |
OverrideOption |
getOverrideOption()
Returns the override option that determines if any configuration for this property that is contained in this composite can be overridden by configuration supplied from outside. |
Property |
getProperty()
Returns the Property whose value is being set. |
Object |
getValue()
Returns the value being set for this usage of the Property . |
void |
setName(String name)
Set the name of the property being configured. |
void |
setOverrideOption(OverrideOption value)
Set the override option that determines if any configuration for this property that is contained in this composite can be overridden by configuration supplied from outside. |
void |
setProperty(Property property)
Sets the Property whose value is being set. |
void |
setValue(Object value)
Sets the value being set for this usage of the Property . |
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject |
---|
accept, freeze, initialize |
Method Detail |
---|
String getName()
void setName(String name)
name
- the name of the property being configuredProperty getProperty()
Property
whose value is being set.
Property
whose value is being setvoid setProperty(Property property)
Property
whose value is being set.
property
- the Property
whose value is being setObject getValue()
Property
.
Property
void setValue(Object value)
Property
.
value
- the value being set for this usage of the Property
OverrideOption getOverrideOption()
void setOverrideOption(OverrideOption value)
value
- the option that determines how property configuration can be overriden
|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |