edu.ksu.cis.cadena.core.specification.style
Interface MetaKind
- All Superinterfaces:
- BaseKind, CalmObject, PropertyTypeContainer
- All Known Subinterfaces:
- ComponentMetaKind, ConnectorMetaKind, InterfaceMetaKind
public interface MetaKind
- extends BaseKind, PropertyTypeContainer
A representation of the model object 'Meta Kind'.
The following features are supported:
- See Also:
StylePackage.getMetaKind()
Method Summary |
java.lang.Boolean |
getExposed()
Returns the value of the 'Exposed' attribute. |
void |
setExposed(java.lang.Boolean value)
Sets the value of the 'Exposed ' attribute. |
getExposed
java.lang.Boolean getExposed()
- Returns the value of the 'Exposed' attribute.
The default value is
"false"
.
- Returns:
- the value of the 'Exposed' attribute.
- See Also:
setExposed(Boolean)
,
StylePackage.getMetaKind_Exposed()
setExposed
void setExposed(java.lang.Boolean value)
- Sets the value of the '
Exposed
' attribute.
- Parameters:
value
- the new value of the 'Exposed' attribute.- See Also:
getExposed()