コード例 #1
0
 @Override
 public void setActionType(SandBoxActionType type) {
   sandBoxActionType = type.getType();
 }
コード例 #2
0
 @Override
 public SandBoxActionType getActionType() {
   return SandBoxActionType.getInstance(sandBoxActionType);
 }