|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Event
Defines the event associated with the configured rule. For each configured rule there exists one event associated with it.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getLevel()
Gets the value of the level property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
String |
getRecordEvent()
Gets the value of the recordEvent property. |
String |
getType()
Gets the value of the type property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setLevel(String value)
Sets the value of the level property. |
void |
setRecordEvent(String value)
Sets the value of the recordEvent property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
String getType()
String
void setType(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getRecordEvent()
String
void setRecordEvent(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLevel()
String
void setLevel(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDescription()
String
void setDescription(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||