예제 #1
0
 public String[] getActions() {
   return id.getActions();
 }
예제 #2
0
 public String getName() {
   return id.getName();
 }
예제 #3
0
 public boolean isMembers() {
   return id.isMembersObject();
 }
예제 #4
0
 public String[] getGroundActions() {
   return id.getGroundActions();
 }