psdi.app.common.recon

Class FldDataSetAttributeDesc

    • Field Detail

      • fldDataSet

        protected java.lang.String fldDataSet
        The "Data Set X" attribute name.
      • fldObjectName

        protected java.lang.String fldObjectName
        The "Data Set X Object" attribute name.
      • fldClassStructureId

        protected java.lang.String fldClassStructureId
        The "Data Set X Class Structure" attribute name.
      • fldAttribute

        protected java.lang.String fldAttribute
        The "Data Set X Attribute" attribute name.
    • Constructor Detail

      • FldDataSetAttributeDesc

        public FldDataSetAttributeDesc(MboValue mbv,
                                       java.lang.String ds,
                                       java.lang.String obj,
                                       java.lang.String classId,
                                       java.lang.String attr)
                                throws MXException
        Creates a new field validator class for the "Data Set X Attribute Description".
        Parameters:
        mbv - An MBO value for the attribute.
        Throws:
        MXException - If the field validator cannot be created.