getDefState method

DefState getDefState (
  1. String state
)

returns the current DefState for this SamModel

Implementation

DefState getDefState(String state) {return _ss.ssMap[state];}