Interface MonitoredAttribute
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface MonitoredAttribute extends ConfigBeanProxy, ConfigExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoredAttribute.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(MonitoredAttribute attr)StringgetAttributeName()StringgetDescription()StringgetObjectName()voidsetAttributeName(String value)voidsetDescription(String value)voidsetObjectName(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getAttributeName
String getAttributeName()
-
setAttributeName
void setAttributeName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getObjectName
String getObjectName()
-
setObjectName
void setObjectName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getDescription
String getDescription()
-
setDescription
void setDescription(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
equals
@DuckTyped boolean equals(MonitoredAttribute attr)
-
-