|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.assembly.impl.BaseImpl
org.apache.tuscany.sca.assembly.impl.ExtensibleImpl
org.apache.tuscany.sca.assembly.impl.AbstractPropertyImpl
org.apache.tuscany.sca.assembly.impl.PropertyImpl
public class PropertyImpl
Represents a property.
| Constructor Summary | |
|---|---|
protected |
PropertyImpl()
Constructs a new property. |
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone of the property. |
java.util.List<PolicySet> |
getApplicablePolicySets()
Returns a list of policy sets defined in the domain, that are applicable to this PolicySetAttachPoint. |
java.util.List<PolicySet> |
getPolicySets()
Returns a list of policy sets. |
void |
setPolicySets(java.util.List<PolicySet> policySets)
|
| Methods inherited from class org.apache.tuscany.sca.assembly.impl.AbstractPropertyImpl |
|---|
getName, getRequiredIntents, getType, getValue, getXSDElement, getXSDType, isMany, isMustSupply, setMany, setMustSupply, setName, setRequiredIntents, setType, setValue, setXSDElement, setXSDType |
| Methods inherited from class org.apache.tuscany.sca.assembly.impl.ExtensibleImpl |
|---|
getExtensions |
| Methods inherited from class org.apache.tuscany.sca.assembly.impl.BaseImpl |
|---|
isUnresolved, setUnresolved |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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.IntentAttachPoint |
|---|
getRequiredIntents, getType, setType |
| Constructor Detail |
|---|
protected PropertyImpl()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Property
clone in interface Propertyclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.util.List<PolicySet> getPolicySets()
PolicySetAttachPoint
getPolicySets in interface PolicySetAttachPointpublic void setPolicySets(java.util.List<PolicySet> policySets)
public java.util.List<PolicySet> getApplicablePolicySets()
PolicySetAttachPoint
getApplicablePolicySets in interface PolicySetAttachPoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||