/** * generated by Xtext 2.13.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Property Usage'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getPropertyUsage() * @model * @generated */ public interface PropertyUsage extends EObject { /** * Returns the value of the 'Components' attribute list. * The list contents are of type {@link com.minres.rdl.rdl.PropertyComponent}. * The literals are from the enumeration {@link com.minres.rdl.rdl.PropertyComponent}. * *

* If the meaning of the 'Components' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Components' attribute list. * @see com.minres.rdl.rdl.PropertyComponent * @see com.minres.rdl.rdl.RdlPackage#getPropertyUsage_Components() * @model unique="false" * @generated */ EList getComponents(); } // PropertyUsage