public interface Mbean extends ConfigBeanProxy, Named, PropertyBag
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
@NotNull 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<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.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyString getObjectType()
Stringvoid setObjectType(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@NotNull @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 StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagCopyright © 2019. All rights reserved.