org.teiid.connector.metadata.runtime
Class ProcedureParameterRecordImpl

java.lang.Object
  extended by org.teiid.connector.metadata.runtime.AbstractMetadataRecord
      extended by org.teiid.connector.metadata.runtime.BaseColumn
          extended by org.teiid.connector.metadata.runtime.ProcedureParameterRecordImpl
All Implemented Interfaces:
java.io.Serializable

public class ProcedureParameterRecordImpl
extends BaseColumn

ProcedureParameterRecordImpl

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teiid.connector.metadata.runtime.AbstractMetadataRecord
AbstractMetadataRecord.MetadataFieldNames
 
Field Summary
 
Fields inherited from class org.teiid.connector.metadata.runtime.AbstractMetadataRecord
NAME_DELIM_CHAR
 
Constructor Summary
ProcedureParameterRecordImpl()
           
 
Method Summary
 short getType()
           
 boolean isOptional()
           
 void setOptional(boolean optional)
           
 void setType(short type)
           
 
Methods inherited from class org.teiid.connector.metadata.runtime.BaseColumn
getDatatype, getDatatypeUUID, getDefaultValue, getLength, getNullType, getPosition, getPrecision, getRadix, getRuntimeType, getScale, setDatatype, setDatatypeUUID, setDefaultValue, setLength, setNullType, setPosition, setPrecision, setRadix, setRuntimeType, setScale
 
Methods inherited from class org.teiid.connector.metadata.runtime.AbstractMetadataRecord
equals, getAnnotation, getExtensionProperties, getFullName, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getProperties, getRecordType, getUUID, hashCode, setAnnotation, setExtensionProperties, setFullName, setName, setNameInSource, setParentUUID, setProperties, setRecordType, setUUID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcedureParameterRecordImpl

public ProcedureParameterRecordImpl()
Method Detail

setType

public void setType(short type)

getType

public short getType()

setOptional

public void setOptional(boolean optional)

isOptional

public boolean isOptional()


Copyright © 2009. All Rights Reserved.