Interface AnyProperty

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CollectionType getCollectionType()
      Returns the value of the 'Collection Type' attribute.
      java.lang.String getDoc()
      Returns the value of the 'Doc' attribute.
      java.lang.String getHint()
      Returns the value of the 'Hint' attribute.
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getNotEmptyMessage()
      Returns the value of the 'Not Empty Message' attribute.
      java.lang.String getNullableMessage()
      Returns the value of the 'Nullable Message' attribute.
      java.lang.String getSize()
      Returns the value of the 'Size' attribute.
      java.lang.String getValidate()
      Returns the value of the 'Validate' attribute.
      Visibility getVisibility()
      Returns the value of the 'Visibility' attribute.
      boolean isKey()
      Returns the value of the 'Key' attribute.
      boolean isNotChangeable()
      Returns the value of the 'Not Changeable' attribute.
      boolean isNotEmpty()
      Returns the value of the 'Not Empty' attribute.
      boolean isNullable()
      Returns the value of the 'Nullable' attribute.
      boolean isRequired()
      Returns the value of the 'Required' attribute.
      boolean isTransient()
      Returns the value of the 'Transient' attribute.
      void setCollectionType​(CollectionType value)
      Sets the value of the 'Collection Type' attribute.
      void setDoc​(java.lang.String value)
      Sets the value of the 'Doc' attribute.
      void setHint​(java.lang.String value)
      Sets the value of the 'Hint' attribute.
      void setKey​(boolean value)
      Sets the value of the 'Key' attribute.
      void setName​(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setNotChangeable​(boolean value)
      Sets the value of the 'Not Changeable' attribute.
      void setNotEmpty​(boolean value)
      Sets the value of the 'Not Empty' attribute.
      void setNotEmptyMessage​(java.lang.String value)
      Sets the value of the 'Not Empty Message' attribute.
      void setNullable​(boolean value)
      Sets the value of the 'Nullable' attribute.
      void setNullableMessage​(java.lang.String value)
      Sets the value of the 'Nullable Message' attribute.
      void setRequired​(boolean value)
      Sets the value of the 'Required' attribute.
      void setSize​(java.lang.String value)
      Sets the value of the 'Size' attribute.
      void setTransient​(boolean value)
      Sets the value of the 'Transient' attribute.
      void setValidate​(java.lang.String value)
      Sets the value of the 'Validate' attribute.
      void setVisibility​(Visibility value)
      Sets the value of the 'Visibility' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getDoc

        java.lang.String getDoc()
        Returns the value of the 'Doc' attribute.

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

        Returns:
        the value of the 'Doc' attribute.
        See Also:
        setDoc(String), TacticdslPackage.getAnyProperty_Doc()
        Model:
        Generated:
      • setDoc

        void setDoc​(java.lang.String value)
        Sets the value of the 'Doc' attribute.
        Parameters:
        value - the new value of the 'Doc' attribute.
        See Also:
        getDoc()
        Generated:
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), TacticdslPackage.getAnyProperty_Name()
        Model:
        Generated:
      • setName

        void setName​(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated:
      • isKey

        boolean isKey()
        Returns the value of the 'Key' attribute.

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

        Returns:
        the value of the 'Key' attribute.
        See Also:
        setKey(boolean), TacticdslPackage.getAnyProperty_Key()
        Model:
        Generated:
      • setKey

        void setKey​(boolean value)
        Sets the value of the 'Key' attribute.
        Parameters:
        value - the new value of the 'Key' attribute.
        See Also:
        isKey()
        Generated:
      • isNotChangeable

        boolean isNotChangeable()
        Returns the value of the 'Not Changeable' attribute.

        If the meaning of the 'Not Changeable' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Not Changeable' attribute.
        See Also:
        setNotChangeable(boolean), TacticdslPackage.getAnyProperty_NotChangeable()
        Model:
        Generated:
      • setNotChangeable

        void setNotChangeable​(boolean value)
        Sets the value of the 'Not Changeable' attribute.
        Parameters:
        value - the new value of the 'Not Changeable' attribute.
        See Also:
        isNotChangeable()
        Generated:
      • isRequired

        boolean isRequired()
        Returns the value of the 'Required' attribute.

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

        Returns:
        the value of the 'Required' attribute.
        See Also:
        setRequired(boolean), TacticdslPackage.getAnyProperty_Required()
        Model:
        Generated:
      • setRequired

        void setRequired​(boolean value)
        Sets the value of the 'Required' attribute.
        Parameters:
        value - the new value of the 'Required' attribute.
        See Also:
        isRequired()
        Generated:
      • isNullable

        boolean isNullable()
        Returns the value of the 'Nullable' attribute.

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

        Returns:
        the value of the 'Nullable' attribute.
        See Also:
        setNullable(boolean), TacticdslPackage.getAnyProperty_Nullable()
        Model:
        Generated:
      • setNullable

        void setNullable​(boolean value)
        Sets the value of the 'Nullable' attribute.
        Parameters:
        value - the new value of the 'Nullable' attribute.
        See Also:
        isNullable()
        Generated:
      • getNullableMessage

        java.lang.String getNullableMessage()
        Returns the value of the 'Nullable Message' attribute.

        If the meaning of the 'Nullable Message' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Nullable Message' attribute.
        See Also:
        setNullableMessage(String), TacticdslPackage.getAnyProperty_NullableMessage()
        Model:
        Generated:
      • setNullableMessage

        void setNullableMessage​(java.lang.String value)
        Sets the value of the 'Nullable Message' attribute.
        Parameters:
        value - the new value of the 'Nullable Message' attribute.
        See Also:
        getNullableMessage()
        Generated:
      • getHint

        java.lang.String getHint()
        Returns the value of the 'Hint' attribute.

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

        Returns:
        the value of the 'Hint' attribute.
        See Also:
        setHint(String), TacticdslPackage.getAnyProperty_Hint()
        Model:
        Generated:
      • setHint

        void setHint​(java.lang.String value)
        Sets the value of the 'Hint' attribute.
        Parameters:
        value - the new value of the 'Hint' attribute.
        See Also:
        getHint()
        Generated:
      • isNotEmpty

        boolean isNotEmpty()
        Returns the value of the 'Not Empty' attribute.

        If the meaning of the 'Not Empty' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Not Empty' attribute.
        See Also:
        setNotEmpty(boolean), TacticdslPackage.getAnyProperty_NotEmpty()
        Model:
        Generated:
      • setNotEmpty

        void setNotEmpty​(boolean value)
        Sets the value of the 'Not Empty' attribute.
        Parameters:
        value - the new value of the 'Not Empty' attribute.
        See Also:
        isNotEmpty()
        Generated:
      • getNotEmptyMessage

        java.lang.String getNotEmptyMessage()
        Returns the value of the 'Not Empty Message' attribute.

        If the meaning of the 'Not Empty Message' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Not Empty Message' attribute.
        See Also:
        setNotEmptyMessage(String), TacticdslPackage.getAnyProperty_NotEmptyMessage()
        Model:
        Generated:
      • setNotEmptyMessage

        void setNotEmptyMessage​(java.lang.String value)
        Sets the value of the 'Not Empty Message' attribute.
        Parameters:
        value - the new value of the 'Not Empty Message' attribute.
        See Also:
        getNotEmptyMessage()
        Generated:
      • getSize

        java.lang.String getSize()
        Returns the value of the 'Size' attribute.

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

        Returns:
        the value of the 'Size' attribute.
        See Also:
        setSize(String), TacticdslPackage.getAnyProperty_Size()
        Model:
        Generated:
      • setSize

        void setSize​(java.lang.String value)
        Sets the value of the 'Size' attribute.
        Parameters:
        value - the new value of the 'Size' attribute.
        See Also:
        getSize()
        Generated:
      • getValidate

        java.lang.String getValidate()
        Returns the value of the 'Validate' attribute.

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

        Returns:
        the value of the 'Validate' attribute.
        See Also:
        setValidate(String), TacticdslPackage.getAnyProperty_Validate()
        Model:
        Generated:
      • setValidate

        void setValidate​(java.lang.String value)
        Sets the value of the 'Validate' attribute.
        Parameters:
        value - the new value of the 'Validate' attribute.
        See Also:
        getValidate()
        Generated:
      • isTransient

        boolean isTransient()
        Returns the value of the 'Transient' attribute.

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

        Returns:
        the value of the 'Transient' attribute.
        See Also:
        setTransient(boolean), TacticdslPackage.getAnyProperty_Transient()
        Model:
        Generated:
      • setTransient

        void setTransient​(boolean value)
        Sets the value of the 'Transient' attribute.
        Parameters:
        value - the new value of the 'Transient' attribute.
        See Also:
        isTransient()
        Generated: