com.sun.n1.sps.model.component
Interface VariableSettingsSelector


public interface VariableSettingsSelector

A variable settings selector is used to select a particular variable settings object from a list of all variable settings objects available for a particular component.


Method Summary
 ComponentVariableSettings getCurrent()
          Returns the currently selected variable settings object, or null if DEFAULT is currently selected.
 

Method Detail

getCurrent

ComponentVariableSettings getCurrent()
Returns the currently selected variable settings object, or null if DEFAULT is currently selected.

Returns:
The current variable settings object.