Class EReference


  • public class EReference
    extends EStructuralFeature
    Java class for EReference complex type. The following schema fragment specifies the expected content contained within this class.
     <complexType name="EReference">
       <complexContent>
         <extension base="{http://www.eclipse.org/emf/2002/Ecore}EStructuralFeature">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="eOpposite" type="{http://www.eclipse.org/emf/2002/Ecore}EReference"/>
           </choice>
           <attribute name="containment" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="eOpposite" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="resolveProxies" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • eReferenceEOpposites

        protected List<EReference> eReferenceEOpposites
      • containment

        protected Boolean containment
      • eOpposite

        protected String eOpposite
      • resolveProxies

        protected Boolean resolveProxies
    • Constructor Detail

      • EReference

        public EReference()
    • Method Detail

      • getEReferenceEOpposites

        public List<EReference> getEReferenceEOpposites()
        Gets the value of the eReferenceEOpposites property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eReferenceEOpposites property. For example, to add a new item, do as follows:
         getEReferenceEOpposites().add(newItem);
         
        Objects of the following type(s) are allowed in the list EReference
      • isContainment

        public Boolean isContainment()
        Gets the value of the containment property.
        Returns:
        possible object is Boolean
      • setContainment

        public void setContainment​(Boolean value)
        Sets the value of the containment property.
        Parameters:
        value - allowed object is Boolean
      • getEOpposite

        public String getEOpposite()
        Gets the value of the eOpposite property.
        Returns:
        possible object is String
      • setEOpposite

        public void setEOpposite​(String value)
        Sets the value of the eOpposite property.
        Parameters:
        value - allowed object is String
      • isResolveProxies

        public Boolean isResolveProxies()
        Gets the value of the resolveProxies property.
        Returns:
        possible object is Boolean
      • setResolveProxies

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