Interface Constrainable

All Known Subinterfaces:
AttributeTypeSummary
All Known Implementing Classes:
DefaultAttributeTypeSummary

public interface Constrainable


Supported API: true

Extendable: false
  • Method Details

    • constrainCardinality

      void constrainCardinality(DataSet the_set)


      Supported API: true
      Parameters:
      the_set -
    • constrainLegalValueSet

      void constrainLegalValueSet(DataSet the_set)


      Supported API: true
      Parameters:
      the_set -
    • constrainSuggestedValueSet

      void constrainSuggestedValueSet(DataSet the_set)


      Supported API: true
      Parameters:
      the_set -
    • constrainFormatPattern

      void constrainFormatPattern(String the_pattern)


      Supported API: true
      Parameters:
      the_pattern -
    • constrainEditability

      void constrainEditability()


      Supported API: true
    • constrainVisibility

      void constrainVisibility()


      Supported API: true
    • constrainServerAssigned

      void constrainServerAssigned()


      Supported API: true
    • constrainRenderer

      void constrainRenderer(String the_renderer_class)


      Supported API: true
      Parameters:
      the_renderer_class -
    • constrainStringLength

      void constrainStringLength(DataSet the_set)


      Supported API: true
      Parameters:
      the_set -
    • constrainStringByteLength

      void constrainStringByteLength(DataSet the_set)


      Supported API: true
      Parameters:
      the_set -
    • constrainValueVisibility

      void constrainValueVisibility()


      Supported API: true
    • constrainNoDuplicateValues

      void constrainNoDuplicateValues()


      Supported API: true