|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.extension.helper.utils.AbstractImplementation
public abstract class AbstractImplementation
Helper for implementing Implementations, implements all the standard getters and setters on the Implementation interface.
| Constructor Summary | |
|---|---|
AbstractImplementation()
|
|
| Method Summary | |
|---|---|
java.util.List<PolicySet> |
getApplicablePolicySets()
|
java.util.List<ConfiguredOperation> |
getConfiguredOperations()
|
ConstrainingType |
getConstrainingType()
Returns a constraining type defining the shape of the implementation. |
java.util.List<java.lang.Object> |
getExtensions()
|
java.util.List<PolicySet> |
getPolicySets()
|
java.util.List<Property> |
getProperties()
Returns the list of properties that can be set. |
Property |
getProptery(java.lang.String name)
|
Reference |
getReference(java.lang.String name)
|
java.util.List<Reference> |
getReferences()
Returns the list of reference types that are used. |
java.util.List<Intent> |
getRequiredIntents()
|
Service |
getService(java.lang.String name)
|
java.util.List<Service> |
getServices()
Returns a list of services that are offered. |
IntentAttachPointType |
getType()
|
java.lang.String |
getURI()
Returns the URI of this component type. |
boolean |
isUnresolved()
Returns true if the model element is unresolved. |
void |
setConstrainingType(ConstrainingType constrainingType)
Sets a constraining type defining the shape of the implementation. |
void |
setType(IntentAttachPointType type)
|
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
void |
setURI(java.lang.String uri)
Sets the URI of this component type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractImplementation()
| Method Detail |
|---|
public java.util.List<Property> getProperties()
ComponentType
getProperties in interface ComponentTypepublic java.util.List<Reference> getReferences()
ComponentType
getReferences in interface ComponentTypepublic java.util.List<Service> getServices()
ComponentType
getServices in interface ComponentTypepublic java.lang.String getURI()
ComponentType
getURI in interface ComponentTypepublic void setURI(java.lang.String uri)
ComponentType
setURI in interface ComponentTypeuri - the URI of the component typepublic ConstrainingType getConstrainingType()
ComponentType
getConstrainingType in interface ComponentTypepublic void setConstrainingType(ConstrainingType constrainingType)
ComponentType
setConstrainingType in interface ComponentTypeconstrainingType - the constraining type to setpublic java.util.List<java.lang.Object> getExtensions()
public boolean isUnresolved()
Base
isUnresolved in interface Basepublic void setUnresolved(boolean unresolved)
Base
setUnresolved in interface Baseunresolved - whether the model element is unresolvedpublic Service getService(java.lang.String name)
public Reference getReference(java.lang.String name)
public Property getProptery(java.lang.String name)
public java.util.List<ConfiguredOperation> getConfiguredOperations()
public java.util.List<PolicySet> getApplicablePolicySets()
public java.util.List<PolicySet> getPolicySets()
public java.util.List<Intent> getRequiredIntents()
public IntentAttachPointType getType()
public void setType(IntentAttachPointType type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||