public class BuiltInFunctionArgument extends AbstractChildBuildableObject implements SQLCallableArgument
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
BuiltInFunctionArgument() |
| Modifier and Type | Method and Description |
|---|---|
DBObjectID |
getDataTypeID()
Get the id of the datatype of the argument
|
java.lang.String |
getType()
Returns the type of this object.
|
boolean |
isOptional()
Is the argument is optional
|
void |
setDataTypeID(DBObjectID dataTypeID)
Set the id of the datatype of the argument
|
void |
setOptional(boolean optional)
Set whether the argument is optional
|
setParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic static final java.lang.String TYPE
public java.lang.String getType()
DBObjectpublic void setDataTypeID(DBObjectID dataTypeID)
public DBObjectID getDataTypeID()
getDataTypeID in interface SQLCallableArgumentpublic void setOptional(boolean optional)
public boolean isOptional()
isOptional in interface SQLCallableArgument