public interface Resource
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
Resource.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentOrder()
Gets the value of deployment-order.
|
String |
getIdentity() |
String |
getObjectType()
Gets the value of the objectType property.
|
void |
setDeploymentOrder(String value)
Sets the value of the deployment order.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
@Pattern(regexp="(system-all|system-all-req|system-admin|system-instance|user)") String getObjectType()
Stringvoid setObjectType(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException - if the change is unacceptable to one
of the listeners.String getDeploymentOrder()
void setDeploymentOrder(String value) throws PropertyVetoException
value - PropertyVetoException@DuckTyped String getIdentity()
Copyright © 2013. All Rights Reserved.