|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentProperty
Represents a configured property of a component.
| Method Summary | |
|---|---|
java.lang.String |
getFile()
Returns a URI to a file containing the property value. |
Property |
getProperty()
Returns the property defined by the component implementation. |
java.lang.String |
getSource()
Returns an XPath expression referencing a property of the enclosing composite. |
javax.xml.xpath.XPathExpression |
getSourceXPathExpression()
Get the XPath expression for the source attribute |
void |
setFile(java.lang.String file)
Sets a URI to a file containing the property value. |
void |
setProperty(Property property)
Sets the property defined by this component implementation. |
void |
setSource(java.lang.String source)
Sets an XPath expression referencing a property of the enclosing composite. |
void |
setSourceXPathExpression(javax.xml.xpath.XPathExpression sourceXPathExpression)
Set the XPath expression for the source attribute |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Property |
|---|
clone |
| Methods inherited from interface org.apache.tuscany.sca.assembly.AbstractProperty |
|---|
getName, getValue, getXSDElement, getXSDType, isMany, isMustSupply, setMany, setMustSupply, setName, setValue, setXSDElement, setXSDType |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Base |
|---|
isUnresolved, setUnresolved |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Extensible |
|---|
getExtensions |
| Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint |
|---|
getApplicablePolicySets, getPolicySets |
| Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint |
|---|
getRequiredIntents, getType, setType |
| Method Detail |
|---|
Property getProperty()
void setProperty(Property property)
property - the property defined by this component implementationjava.lang.String getSource()
void setSource(java.lang.String source)
source - an XPath expression referencing a property of the enclosing
compositejavax.xml.xpath.XPathExpression getSourceXPathExpression()
void setSourceXPathExpression(javax.xml.xpath.XPathExpression sourceXPathExpression)
sourceXPathExpression - the XPath expression for the source attributejava.lang.String getFile()
void setFile(java.lang.String file)
file - a URI to a file containing the property value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||