org.contextmapper.tactic.dsl.tacticdsl.Property Maven / Gradle / Ivy
/**
* generated by Xtext 2.21.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
/**
*
* A representation of the model object 'Property'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Property#getDatabaseColumn Database Column}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getProperty()
* @model
* @generated
*/
public interface Property extends AnyProperty
{
/**
* Returns the value of the 'Database Column' attribute.
*
*
* @return the value of the 'Database Column' attribute.
* @see #setDatabaseColumn(String)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getProperty_DatabaseColumn()
* @model
* @generated
*/
String getDatabaseColumn();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Property#getDatabaseColumn Database Column}' attribute.
*
*
* @param value the new value of the 'Database Column' attribute.
* @see #getDatabaseColumn()
* @generated
*/
void setDatabaseColumn(String value);
} // Property