Example #1
0
 /**
  * Selection boundary determining what facets / facetValues can be selected together by drag
  * selection / shift+click selection
  *
  * @return SelectionBoundary
  */
 public SelectionBoundary getSelectionBoundary() {
   return EnumUtil.getEnum(SelectionBoundary.values(), getAttribute("selectionBoundary"));
 }