public interface EventDefinition
EventDefinitionImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
getAttributeName gets the value of attribute name
|
java.lang.String |
getEventName()
getEventName gets the value of eventName field
|
void |
setAttributeName(java.lang.String attrName)
setAttributeName sets the value of attribute Name field
|
void |
setEventName(java.lang.String eName)
setEventName sets the value of eventName field
|
java.lang.String getEventName()
void setEventName(java.lang.String eName)
eName - String eventNamejava.lang.String getAttributeName()
void setAttributeName(java.lang.String attrName)
attrName - String attribute name