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
ConstructorDescriptionModelColumnInfoImpl
(String columnName, String type, LiquibaseConstants.ValueType valueType, ModelElement modelElement) -
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.dbrefactoring.api.model.ColumnInfo
getColumnName, getForeignKey, getLocale, getType, getValueType, isDefaultLanguage, isIdentifier, isLocalized, isNullable, isPrimaryKey, isRemoved, isUnique
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
ModelColumnInfoImpl
public ModelColumnInfoImpl(String columnName, String type, LiquibaseConstants.ValueType valueType, ModelElement modelElement)
-
-
Method Details
-
getModelElement
- Specified by:
getModelElement
in interfaceModelColumnInfo
-