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.
 
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.PropertyTypeContainer
getAllPropertyDeclarations, getPropertyTypes, getTypedPropertyTypes
 

Method Detail

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()