/** * generated by Xtext 2.26.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Enum Instance Type'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getEnumInstanceType() * @model * @generated */ public interface EnumInstanceType extends EObject { /** * Returns the value of the 'EXTERNAL' attribute. * * * @return the value of the 'EXTERNAL' attribute. * @see #setEXTERNAL(String) * @see com.minres.rdl.rdl.RdlPackage#getEnumInstanceType_EXTERNAL() * @model * @generated */ String getEXTERNAL(); /** * Sets the value of the '{@link com.minres.rdl.rdl.EnumInstanceType#getEXTERNAL EXTERNAL}' attribute. * * * @param value the new value of the 'EXTERNAL' attribute. * @see #getEXTERNAL() * @generated */ void setEXTERNAL(String value); /** * Returns the value of the 'INTERNAL' attribute. * * * @return the value of the 'INTERNAL' attribute. * @see #setINTERNAL(String) * @see com.minres.rdl.rdl.RdlPackage#getEnumInstanceType_INTERNAL() * @model * @generated */ String getINTERNAL(); /** * Sets the value of the '{@link com.minres.rdl.rdl.EnumInstanceType#getINTERNAL INTERNAL}' attribute. * * * @param value the new value of the 'INTERNAL' attribute. * @see #getINTERNAL() * @generated */ void setINTERNAL(String value); } // EnumInstanceType