Interface IDfValidationDescriptor

All Superinterfaces:
IDfPersistentObject, IDfSysObject, IDfTypedObject

public interface IDfValidationDescriptor extends IDfSysObject
  • Method Details

    • getObjectName

      String getObjectName() throws DfException
      Returns the descriptor name. The descriptor name uniquely identifies descriptor.
      Specified by:
      getObjectName in interface IDfSysObject
      Returns:
      name of the descriptor.
      Throws:
      DfException
    • setObjectName

      void setObjectName(String descriptorName) throws DfException
      Sets the descriptor name. The name must uniquely identify the descriptor.
      Specified by:
      setObjectName in interface IDfSysObject
      Parameters:
      descriptorName - specifies the name of the descriptor.
      Throws:
      DfException - if a server error occurs.
    • getDescriptorVersion

      String getDescriptorVersion() throws DfException
      Returns the descriptor version as major.minor
      Returns:
      returns the descriptor version
      Throws:
      DfException - if a server error occurs
    • setDescriptorVersion

      void setDescriptorVersion(String version) throws DfException
      Sets the descriptor version
      Parameters:
      version - sets the descriptor version
      Throws:
      DfException - if a server error occurs
    • getParameterNames

      IDfList getParameterNames() throws DfException
      Returns the list of parameter names
      Returns:
      list of parameter names
      Throws:
      DfException - if a server error occurs
    • setParameterNames

      void setParameterNames(IDfList parameterNames) throws DfException
      Sets the list of parameter names
      Parameters:
      parameterNames - list of parameter names
      Throws:
      DfException - if a server error occurs