java.lang.Object
com.genologics.ri.userdefined.UDT
All Implemented Interfaces:
UDFHolder, Serializable

public class UDT extends Object implements UDFHolder, Serializable
Type is the name and user-defined fields of a user-defined type.
See Also:
  • Field Details

    • fields

      protected List<UDF> fields
    • name

      protected String name
  • Constructor Details

    • UDT

      public UDT()
    • UDT

      public UDT(String name)
  • Method Details

    • getFields

      public List<UDF> getFields()
    • getUserDefinedFields

      public List<UDF> getUserDefinedFields()
      Replicates getFields but allows the UDT to be used by the UDF static helper methods.
      Specified by:
      getUserDefinedFields in interface UDFHolder
      Returns:
      A list of UDFs on this type.
    • addField

      public UDF addField(UDF udf)
    • addField

      public UDF addField(String name, FieldType type, String value)
    • getName

      public String getName()
    • setName

      public void setName(String value)