/** */ package rba.core; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Tag'. * * * * * * *

* The following features are supported: *

* * * @see rba.core.RBACorePackage#getTag() * @model * @generated */ public interface Tag extends NamedElement { /** * Returns the value of the 'Values' attribute list. * The list contents are of type {@link java.lang.String}. * * * * * * @return the value of the 'Values' attribute list. * @see rba.core.RBACorePackage#getTag_Values() * @model unique="false" * @generated */ EList getValues(); } // Tag