public interface Resource extends 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() |
@Pattern(regexp="(system-all|system-all-req|system-admin|system-instance|user)") 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.
|
createChild, deepCopy, getParent, getParent
@Pattern(regexp="(system-all|system-all-req|system-admin|system-instance|user)") @Pattern(regexp="(system-all|system-all-req|system-admin|system-instance|user)") String getObjectType()
String
void setObjectType(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
- if the change is unacceptable to one
of the listeners.String getDeploymentOrder()
void setDeploymentOrder(String value) throws PropertyVetoException
value
- PropertyVetoException
@DuckTyped String getIdentity()
Copyright © 2019. All rights reserved.