public interface Mbean extends org.jvnet.hk2.config.ConfigBeanProxy, Named, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getImplClassName()
Gets the value of the implClassName property.
|
String |
getObjectName()
Gets the value of the objectName property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setImplClassName(String value)
Sets the value of the implClassName property.
|
void |
setObjectName(String value)
Sets the value of the objectName property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
String getObjectType()
Stringvoid setObjectType(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getImplClassName()
Stringvoid setImplClassName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getObjectName()
Stringvoid setObjectName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDescription()
Stringvoid setDescription(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.