All Downloads are FREE. Search and download functionalities are using the official Maven repository.

BusinessDomainDsl.EnumerationProperty Maven / Gradle / Ivy

The newest version!
/**
 * 
 * 
 *
 * $Id$
 */
package BusinessDomainDsl;


/**
 * 
 * A representation of the model object 'Enumeration Property'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link BusinessDomainDsl.EnumerationProperty#getType Type}
  • *
  • {@link BusinessDomainDsl.EnumerationProperty#getDefaultValueAsString Default Value As String}
  • *
*

* * @see BusinessDomainDsl.BusinessDomainDslPackage#getEnumerationProperty() * @model * @generated */ public interface EnumerationProperty extends Property { /** * Returns the value of the 'Type' reference. * *

* If the meaning of the 'Type' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Type' reference. * @see #setType(Enumeration) * @see BusinessDomainDsl.BusinessDomainDslPackage#getEnumerationProperty_Type() * @model required="true" * @generated */ Enumeration getType(); /** * Sets the value of the '{@link BusinessDomainDsl.EnumerationProperty#getType Type}' reference. * * * @param value the new value of the 'Type' reference. * @see #getType() * @generated */ void setType(Enumeration value); /** * Returns the value of the 'Default Value As String' attribute. * *

* If the meaning of the 'Default Value As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Default Value As String' attribute. * @see #setDefaultValueAsString(String) * @see BusinessDomainDsl.BusinessDomainDslPackage#getEnumerationProperty_DefaultValueAsString() * @model * @generated */ String getDefaultValueAsString(); /** * Sets the value of the '{@link BusinessDomainDsl.EnumerationProperty#getDefaultValueAsString Default Value As String}' attribute. * * * @param value the new value of the 'Default Value As String' attribute. * @see #getDefaultValueAsString() * @generated */ void setDefaultValueAsString(String value); } // EnumerationProperty




© 2015 - 2025 Weber Informatics LLC | Privacy Policy