|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentKind
A representation of the model object 'Component Kind'.
The following features are supported:
StylePackage.getComponentKind()| Method Summary | |
|---|---|
ComponentMetaKind |
getComponentMetaKind()
Returns the value of the 'Component Meta Kind' reference. |
InterfaceKindBinding |
getPortSpecBinding(PortSpec portSpec)
Convenience method that casts the return value of getPortSpecBindings().get(
into a |
EMap |
getPortSpecBindings()
Returns the value of the 'Port Spec Bindings' map. |
java.util.Collection<InterfaceKindBinding> |
getTypedPortSpecBindings()
Convenience method that casts the return value of getPortSpecBindings().values()
into a typed collection of
|
void |
setComponentMetaKind(ComponentMetaKind value)
Sets the value of the ' Component Meta Kind' reference. |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.style.Kind |
|---|
realizesMetaKind |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.style.BaseKind |
|---|
getAllParentMetaKinds, getName, getParentMetaKind, isAMetaKind, setName, setParentMetaKind |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject |
|---|
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.DirectPropertyContainer |
|---|
getAllPropertyDeclarations, getProperties, getPropertyValue, isPropertyLocal, removeProperty |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject |
|---|
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference |
| Method Detail |
|---|
ComponentMetaKind getComponentMetaKind()
setComponentMetaKind(ComponentMetaKind),
StylePackage.getComponentKind_ComponentMetaKind()void setComponentMetaKind(ComponentMetaKind value)
Component Meta Kind' reference.
value - the new value of the 'Component Meta Kind' reference.getComponentMetaKind()EMap getPortSpecBindings()
PortSpec,
and the value is of type InterfaceKindBinding,
StylePackage.getComponentKind_PortSpecBindings()InterfaceKindBinding getPortSpecBinding(PortSpec portSpec)
getPortSpecBindings().get(PortSpec)
into a InterfaceKindBinding
null
otherwise.getPortSpecBindings()java.util.Collection<InterfaceKindBinding> getTypedPortSpecBindings()
getPortSpecBindings().values()
into a typed collection of
InterfaceKindBinding
getPortSpecBindings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||