Class EDataType

  • Direct Known Subclasses:
    EEnum

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

      • serializable

        protected Boolean serializable
    • Constructor Detail

      • EDataType

        public EDataType()
    • Method Detail

      • isSerializable

        public Boolean isSerializable()
        Gets the value of the serializable property.
        Returns:
        possible object is Boolean
      • setSerializable

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