java.lang.Object
com.genologics.ri.userdefined.UDT
- All Implemented Interfaces:
UDFHolder
,Serializable
Type is the name and user-defined fields of a user-defined type.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
fields
-
name
-
-
Constructor Details
-
UDT
public UDT() -
UDT
-
-
Method Details
-
getFields
-
getUserDefinedFields
Replicates getFields but allows the UDT to be used by the UDF static helper methods.- Specified by:
getUserDefinedFields
in interfaceUDFHolder
- Returns:
- A list of UDFs on this type.
-
addField
-
addField
-
getName
-
setName
-