Class EAttribute

  • Direct Known Subclasses:
    CMPAttribute

    public class EAttribute
    extends EStructuralFeature
    Java class for EAttribute complex type. The following schema fragment specifies the expected content contained within this class.
     <complexType name="EAttribute">
       <complexContent>
         <extension base="{http://www.eclipse.org/emf/2002/Ecore}EStructuralFeature">
           <attribute name="iD" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EAttribute

        public EAttribute()
    • Method Detail

      • isID

        public Boolean isID()
        Gets the value of the id property.
        Returns:
        possible object is Boolean
      • setID

        public void setID​(Boolean value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Boolean