psdi.mbo

Class SYNONYMDomainInfo

  • All Implemented Interfaces:
    java.io.Serializable


    public class SYNONYMDomainInfo
    extends ALNDomainInfo
    implements java.io.Serializable
    Information needed to invoke a Value List domain. This object does NOT contain the actual data for the value list (although it easily could !!!!), but just the value list name, type etc. that is used by the domain to validate against the value list.
    See Also:
    Serialized Form
    • Constructor Detail

      • SYNONYMDomainInfo

        public SYNONYMDomainInfo(java.lang.String name)
    • Method Detail

      • toString

        public java.lang.String toString()
        Dump the domain info to a string for debugging purposes
        Overrides:
        toString in class ALNDomainInfo