jp.oarts.pirka.iop.tool.core.plugin.in.database
クラス DatabaseInterfaceDesigner.DatabaseMetaInfo
java.lang.Object
jp.oarts.pirka.iop.tool.core.plugin.in.database.DatabaseInterfaceDesigner.DatabaseMetaInfo
- 含まれているクラス:
- DatabaseInterfaceDesigner
class DatabaseInterfaceDesigner.DatabaseMetaInfo
- extends java.lang.Object
データーベースメタ情報
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseInterfaceDesigner.DatabaseMetaInfo
public DatabaseInterfaceDesigner.DatabaseMetaInfo()
getName
public java.lang.String getName()
- 戻り値:
- the name
getNameJp
public java.lang.String getNameJp()
- 戻り値:
- the nameJp
getType
public FieldType getType()
- 戻り値:
- the type
getLength
public long getLength()
- 戻り値:
- the length
getSubLength
public int getSubLength()
- 戻り値:
- the subLength
isPrimaryKey
public boolean isPrimaryKey()
- 戻り値:
- the primaryKey
isNotNull
public boolean isNotNull()
- 戻り値:
- the notNull
getDefaultValue
public java.lang.String getDefaultValue()
- 戻り値:
- the defaultValue
getVariableString
public java.lang.String getVariableString()
- 戻り値:
- the variableString
getFieldType
public java.lang.String getFieldType()
- 戻り値:
- the fieldType
setName
public void setName(java.lang.String name)
- パラメータ:
name
- the name to set
setNameJp
public void setNameJp(java.lang.String nameJp)
- パラメータ:
nameJp
- the nameJp to set
setType
public void setType(FieldType type)
- パラメータ:
type
- the type to set
setLength
public void setLength(long length)
- パラメータ:
length
- the length to set
setSubLength
public void setSubLength(int subLength)
- パラメータ:
subLength
- the subLength to set
setPrimaryKey
public void setPrimaryKey(boolean primaryKey)
- パラメータ:
primaryKey
- the primaryKey to set
setNotNull
public void setNotNull(boolean notNull)
- パラメータ:
notNull
- the notNull to set
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
- パラメータ:
defaultValue
- the defaultValue to set
setVariableString
public void setVariableString(java.lang.String variableString)
- パラメータ:
variableString
- the variableString to set
setFieldType
public void setFieldType(java.lang.String fieldType)
- パラメータ:
fieldType
- the FieldType to set
getTypesType
public int getTypesType()
- 戻り値:
- the typesType
setTypesType
public void setTypesType(int typesType)
- パラメータ:
typesType
- the typesType to set
isSubLenWasNull
public boolean isSubLenWasNull()
- 戻り値:
- the subLenWasNull
setSubLenWasNull
public void setSubLenWasNull(boolean subLenWasNull)
- パラメータ:
subLenWasNull
- the subLenWasNull to set
isAutoIncrement
public boolean isAutoIncrement()
- 戻り値:
- the autoIncrement
setAutoIncrement
public void setAutoIncrement(boolean autoIncrement)
- パラメータ:
autoIncrement
- the autoIncrement to set
getSequenceName
public java.lang.String getSequenceName()
- 戻り値:
- the sequenceName
setSequenceName
public void setSequenceName(java.lang.String sequenceName)
- パラメータ:
sequenceName
- the sequenceName to set