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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getUserDefinedFieldsin interfaceUDFHolder- Returns:
- A list of UDFs on this type.
-
addField
-
addField
-
getName
-
setName
-