コード例 #1
0
 /** {@inheritDoc} */
 @Override
 public StatusType unmarshal(String status) throws Exception {
   return StatusType.get(status);
 }