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, sqlContextFields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()booleanintgetName()intintintgetScale()intgetSize()voidsetAltName(String value) voidsetAltNameCaseSensitive(boolean value) voidsetFieldType(int fieldType) voidsetLongDescription(String longDescription) voidsetName(AstTokenIdentifier value) voidsetParamType(int paramType) voidsetPrecision(int precision) voidsetScale(int scale) voidsetShortDescription(String shortDescription) voidsetSize(int size) Methods inherited from class com.adbs.ast.MetadataCollectionItemBase
getCollectionMethods inherited from class com.adbs.ast.MetadataBase
clone, getSQLContextMethods 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:
disposein interfaceDisposable- Overrides:
disposein 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:
assignin classMetadataBase
-