|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.implementation.widget.WidgetImplementation
public class WidgetImplementation
The model representing a widget implementation in an SCA assembly model.
Method Summary | |
---|---|
ConstrainingType |
getConstrainingType()
Returns a constraining type defining the shape of the implementation. |
java.lang.String |
getLocation()
|
java.net.URL |
getLocationURL()
|
java.util.List<Property> |
getProperties()
Returns the list of properties that can be set. |
java.util.List<Reference> |
getReferences()
Returns the list of reference types that are used. |
java.util.List<Service> |
getServices()
Returns a list of services that are offered. |
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 |
setLocation(java.lang.String location)
|
void |
setLocationURL(java.net.URL url)
|
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
void |
setURI(java.lang.String uri)
Sets the URI of this component type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public java.net.URL getLocationURL()
public void setLocationURL(java.net.URL url)
public ConstrainingType getConstrainingType()
ComponentType
getConstrainingType
in interface ComponentType
public java.util.List<Property> getProperties()
ComponentType
getProperties
in interface ComponentType
public java.util.List<Service> getServices()
ComponentType
getServices
in interface ComponentType
public java.util.List<Reference> getReferences()
ComponentType
getReferences
in interface ComponentType
public java.lang.String getURI()
ComponentType
getURI
in interface ComponentType
public void setConstrainingType(ConstrainingType constrainingType)
ComponentType
setConstrainingType
in interface ComponentType
constrainingType
- the constraining type to setpublic void setURI(java.lang.String uri)
ComponentType
setURI
in interface ComponentType
uri
- the URI of the component typepublic 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.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |