getQuery static method

LCQuery<LCRole> getQuery()

Constructs a LCQuery for this role.

Implementation

static LCQuery<LCRole> getQuery() {
  return new LCQuery<LCRole>(ClassName);
}