|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.binding.jsonrpc.impl.JSONRPCBindingImpl
public class JSONRPCBindingImpl
A model for the JSONRPC binding.
Constructor Summary | |
---|---|
JSONRPCBindingImpl()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone the binding |
java.util.List<PolicySet> |
getApplicablePolicySets()
Returns a list of policy sets defined in the domain, that are applicable to this PolicySetAttachPoint. |
java.lang.String |
getName()
Returns the binding name. |
java.util.List<PolicySet> |
getPolicySets()
Returns a list of policy sets. |
java.util.List<Intent> |
getRequiredIntents()
Returns a list of policy intents. |
IntentAttachPointType |
getType()
Returns the type of the attach point such as a BindingType or an ImplementationType and so on |
java.lang.String |
getURI()
Returns the binding URI. |
boolean |
isUnresolved()
Returns true if the model element is unresolved. |
void |
setName(java.lang.String name)
Sets the binding name. |
void |
setPolicySets(java.util.List<PolicySet> policySets)
|
void |
setRequiredIntents(java.util.List<Intent> intents)
|
void |
setType(IntentAttachPointType intentAttachPointType)
Sets the type of the attach point such as a BindingType or an ImplementationType and so on |
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
void |
setURI(java.lang.String uri)
Sets the binding URI. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONRPCBindingImpl()
Method Detail |
---|
public java.lang.String getName()
Binding
getName
in interface Binding
public java.lang.String getURI()
Binding
getURI
in interface Binding
public void setURI(java.lang.String uri)
Binding
setURI
in interface Binding
uri
- the binding URIpublic void setName(java.lang.String name)
Binding
setName
in interface Binding
name
- the binding namepublic boolean isUnresolved()
Base
isUnresolved
in interface Base
public void setUnresolved(boolean unresolved)
Base
setUnresolved
in interface Base
unresolved
- whether the model element is unresolvedpublic java.util.List<PolicySet> getPolicySets()
PolicySetAttachPoint
getPolicySets
in interface PolicySetAttachPoint
public java.util.List<Intent> getRequiredIntents()
IntentAttachPoint
getRequiredIntents
in interface IntentAttachPoint
public IntentAttachPointType getType()
IntentAttachPoint
getType
in interface IntentAttachPoint
public void setType(IntentAttachPointType intentAttachPointType)
IntentAttachPoint
setType
in interface IntentAttachPoint
public void setPolicySets(java.util.List<PolicySet> policySets)
public void setRequiredIntents(java.util.List<Intent> intents)
public java.util.List<PolicySet> getApplicablePolicySets()
PolicySetAttachPoint
getApplicablePolicySets
in interface PolicySetAttachPoint
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
Binding
clone
in interface Binding
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |