예제 #1
0
 public ServiceState getState() {
   return EnumerationUtils.lookup(ServiceState.class, state);
 }
예제 #2
0
 public AutoRestartType getAutorestart() {
   return EnumerationUtils.lookup(AutoRestartType.class, autorestart);
 }
예제 #3
0
 public DeploymentStrategyType getDeploymentStrategy() {
   return EnumerationUtils.lookup(DeploymentStrategyType.class, deploymentStrategy);
 }
예제 #4
0
 public AutoDestoryType getAutodestroy() {
   return EnumerationUtils.lookup(AutoDestoryType.class, autodestroy);
 }