setLocation method

void setLocation(
  1. int locValue
)

Implementation

void setLocation(int locValue) {
  setLocationWithIndex(Position.ON, locValue);
}