Package com.adbs.ast
Class MetadataParameter
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.ast.MetadataBase
com.adbs.ast.MetadataCollectionItemBase
com.adbs.ast.MetadataParameter
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.ast.MetadataBase
data, sqlContext
Fields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
dispose()
boolean
int
getName()
int
int
int
getScale()
int
getSize()
void
setAltName
(String value) void
setAltNameCaseSensitive
(boolean value) void
setFieldType
(int fieldType) void
setLongDescription
(String longDescription) void
setName
(AstTokenIdentifier value) void
setParamType
(int paramType) void
setPrecision
(int precision) void
setScale
(int scale) void
setShortDescription
(String shortDescription) void
setSize
(int size) Methods inherited from class com.adbs.ast.MetadataCollectionItemBase
getCollection
Methods inherited from class com.adbs.ast.MetadataBase
clone, getSQLContext
Methods inherited from class com.adbs.ast.UpdatablePersistent
addUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
-
Constructor Details
-
MetadataParameter
-
-
Method Details
-
dispose
public void dispose()- Specified by:
dispose
in interfaceDisposable
- Overrides:
dispose
in classMetadataBase
-
getName
-
setName
-
getAltNameId
-
getAltName
-
setAltName
-
getAltNameCaseSensitive
public boolean getAltNameCaseSensitive() -
setAltNameCaseSensitive
public void setAltNameCaseSensitive(boolean value) -
getFieldType
public int getFieldType() -
setFieldType
public void setFieldType(int fieldType) -
getPrecision
public int getPrecision() -
setPrecision
public void setPrecision(int precision) -
getScale
public int getScale() -
setScale
public void setScale(int scale) -
getParamType
public int getParamType() -
setParamType
public void setParamType(int paramType) -
getSize
public int getSize() -
setSize
public void setSize(int size) -
getShortDescription
-
setShortDescription
-
getLongDescription
-
setLongDescription
-
assign
- Overrides:
assign
in classMetadataBase
-