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

All Superinterfaces:
BaseKind, CalmObject, InterfaceMetaKindUsage, MetaKind, PropertyTypeContainer

public interface InterfaceMetaKind
extends MetaKind, InterfaceMetaKindUsage

A representation of the model object 'Interface Meta Kind'.

The following features are supported:

See Also:
StylePackage.getInterfaceMetaKind()

Method Summary
 InterfaceMetaKind getParent()
          Returns the value of the 'Parent' reference.
 void setParent(InterfaceMetaKind value)
          Sets the value of the 'Parent' reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.style.MetaKind
getExposed, setExposed
 
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
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.style.InterfaceMetaKindUsage
getName
 

Method Detail

getParent

InterfaceMetaKind getParent()
Returns the value of the 'Parent' reference.

Returns:
the value of the 'Parent' reference.
See Also:
setParent(InterfaceMetaKind), StylePackage.getInterfaceMetaKind_Parent()

setParent

void setParent(InterfaceMetaKind value)
Sets the value of the 'Parent' reference.

Parameters:
value - the new value of the 'Parent' reference.
See Also:
getParent()