com.hammurapi.review
Interface ArtifactType

All Superinterfaces:
CommonObject, org.eclipse.emf.ecore.EObject, GovernanaceObject, InspectorCategory, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ArtifactTypeImpl

public interface ArtifactType
extends InspectorCategory

A representation of the model object 'Artifact Type'.

The following features are supported:

See Also:
ReviewPackage.getArtifactType()

Method Summary
 org.eclipse.emf.common.util.EList<Named> getLanguageModules()
          Returns the value of the 'Language Modules' reference list.
 
Methods inherited from interface com.hammurapi.review.InspectorCategory
getExternalParent, getGovernedBy, getInspectors, getParentCategory, getPath, getSubCategory, setExternalParent, setParentCategory
 
Methods inherited from interface com.hammurapi.review.GovernanaceObject
getDescription, getHomePage, getName, getReferences, getUid, setDescription, setHomePage, setName, setUid
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLanguageModules

org.eclipse.emf.common.util.EList<Named> getLanguageModules()
Returns the value of the 'Language Modules' reference list. The list contents are of type Named. Language modules which can work with artifact type.

Returns:
the value of the 'Language Modules' reference list.
See Also:
ReviewPackage.getArtifactType_LanguageModules()