Class ModelColumnInfoImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.model.SimpleColumnInfo
ch.tocco.nice2.dbrefactoring.impl.modulesupport.ModelColumnInfoImpl
- All Implemented Interfaces:
ColumnInfo, ModelColumnInfo, Comparable<ColumnInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionModelColumnInfoImpl(String columnName, String type, LiquibaseConstants.ValueType valueType, ModelElement modelElement) -
Method Summary
Methods inherited from class SimpleColumnInfo
compareTo, getColumnName, getForeignKey, getLocale, getType, getValueType, isDefaultLanguage, isIdentifier, isLocalized, isNullable, isPrimaryKey, isRemoved, isUnique, setColumnName, setDefaultLanguage, setForeignKey, setIdentifier, setLocale, setLocalized, setNullable, setPrimaryKey, setRemoved, setType, setUnique, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ColumnInfo
getColumnName, getForeignKey, getLocale, getType, getValueType, isDefaultLanguage, isIdentifier, isLocalized, isNullable, isPrimaryKey, isRemoved, isUniqueMethods inherited from interface Comparable
compareTo
-
Constructor Details
-
ModelColumnInfoImpl
public ModelColumnInfoImpl(String columnName, String type, LiquibaseConstants.ValueType valueType, ModelElement modelElement)
-
-
Method Details
-
getModelElement
- Specified by:
getModelElementin interfaceModelColumnInfo
-