Interface ValueTypeRepository
-
- All Known Implementing Classes:
ValueTypeRepositoryImpl
public interface ValueTypeRepository extends EObject
A representation of the model object 'Value Type Repository'.The following features are supported:
- See Also:
ValuetypePackage.getValueTypeRepository()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ValueType>
getValuetype()
Returns the value of the 'Valuetype' containment reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getValuetype
EList<ValueType> getValuetype()
Returns the value of the 'Valuetype' containment reference list. The list contents are of typeValueType
.- Returns:
- the value of the 'Valuetype' containment reference list.
- See Also:
ValuetypePackage.getValueTypeRepository_Valuetype()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-