Interface ConfigSetting<RefType>

Type Parameters:
RefType - Type of referenced object
All Superinterfaces:
Serializable
All Known Subinterfaces:
ArraySetting, ConstraintSetting, ModeSetting, StatusSetting, ValueSetting
All Known Implementing Classes:
ArraySettingImpl, ConstraintSettingImpl, ModeSettingImpl, StatusSettingImpl, ValueSettingImpl

public interface ConfigSetting<RefType> extends Serializable

Base interface for all types of configuration settings

Since:
Feb 28, 2015
  • Method Details

    • getRef

      String getRef()
      Returns:
      the ref property
    • setRef

      void setRef(String ref)
      Sets the ref property
      Parameters:
      ref -
    • getReferencedObject

      RefType getReferencedObject()
      Returns:
      the object being configured
    • setReferencedObject

      void setReferencedObject(RefType refObj)
      Sets the object being configured by this setting
      Parameters:
      refObj - referenced object instance