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

de.opitzconsulting.orcasDsl.LobStorage Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

The newest version!
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Lob Storage'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.LobStorage#getColumn_name Column name}
  • *
  • {@link de.opitzconsulting.orcasDsl.LobStorage#getLobStorageType Lob Storage Type}
  • *
  • {@link de.opitzconsulting.orcasDsl.LobStorage#getLobStorageParameters Lob Storage Parameters}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getLobStorage() * @model * @generated */ public interface LobStorage extends EObject { /** * Returns the value of the 'Column name' attribute. * *

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

* * @return the value of the 'Column name' attribute. * @see #setColumn_name(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getLobStorage_Column_name() * @model * @generated */ String getColumn_name(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.LobStorage#getColumn_name Column name}' attribute. * * * @param value the new value of the 'Column name' attribute. * @see #getColumn_name() * @generated */ void setColumn_name(String value); /** * Returns the value of the 'Lob Storage Type' attribute. * The literals are from the enumeration {@link de.opitzconsulting.orcasDsl.LobStorageType}. * *

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

* * @return the value of the 'Lob Storage Type' attribute. * @see de.opitzconsulting.orcasDsl.LobStorageType * @see #setLobStorageType(LobStorageType) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getLobStorage_LobStorageType() * @model * @generated */ LobStorageType getLobStorageType(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.LobStorage#getLobStorageType Lob Storage Type}' attribute. * * * @param value the new value of the 'Lob Storage Type' attribute. * @see de.opitzconsulting.orcasDsl.LobStorageType * @see #getLobStorageType() * @generated */ void setLobStorageType(LobStorageType value); /** * Returns the value of the 'Lob Storage Parameters' containment reference. * *

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

* * @return the value of the 'Lob Storage Parameters' containment reference. * @see #setLobStorageParameters(LobStorageParameters) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getLobStorage_LobStorageParameters() * @model containment="true" * @generated */ LobStorageParameters getLobStorageParameters(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.LobStorage#getLobStorageParameters Lob Storage Parameters}' containment reference. * * * @param value the new value of the 'Lob Storage Parameters' containment reference. * @see #getLobStorageParameters() * @generated */ void setLobStorageParameters(LobStorageParameters value); } // LobStorage




© 2015 - 2025 Weber Informatics LLC | Privacy Policy