Interface AbstractGovernanceSource.SpecificationContext

Enclosing class:
AbstractGovernanceSource<I,F extends Enum<F>>

public static interface AbstractGovernanceSource.SpecificationContext
  • Method Details

    • addProperty

      void addProperty(String name)
      Adds a property.
      Parameters:
      name - Name of property that is also used as the label.
    • addProperty

      void addProperty(String name, String label)
      Adds a property.
      Parameters:
      name - Name of property.
      label - Label for the property.
    • addProperty

      void addProperty(GovernanceSourceProperty property)
      Adds a property.
      Parameters:
      property - GovernanceSourceProperty.