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, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, 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