edu.ksu.cis.cadena.core.specification.style
Interface InterfaceKind

All Superinterfaces:
BaseKind, CalmObject, DirectPropertyContainer, Kind

public interface InterfaceKind
extends Kind

A representation of the model object 'Interface Kind'.

The following features are supported:

See Also:
StylePackage.getInterfaceKind()

Method Summary
 InterfaceMetaKind getInterfaceMetaKind()
          Returns the value of the 'Interface Meta Kind' reference.
 void setInterfaceMetaKind(InterfaceMetaKind value)
          Sets the value of the 'Interface 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

getInterfaceMetaKind

InterfaceMetaKind getInterfaceMetaKind()
Returns the value of the 'Interface Meta Kind' reference.

Returns:
the value of the 'Interface Meta Kind' reference.
See Also:
setInterfaceMetaKind(InterfaceMetaKind), StylePackage.getInterfaceKind_InterfaceMetaKind()

setInterfaceMetaKind

void setInterfaceMetaKind(InterfaceMetaKind value)
Sets the value of the 'Interface Meta Kind' reference.

Parameters:
value - the new value of the 'Interface Meta Kind' reference.
See Also:
getInterfaceMetaKind()