public interface Notifier
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getNotifier()
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the value of the 'Address' attribute.
|
org.eclipse.emf.common.util.EList<PropertyElement> |
getConfiguration()
Returns the value of the 'Configuration' containment reference list.
|
String |
getSendOnError()
Returns the value of the 'Send On Error' attribute.
|
String |
getSendOnFailure()
Returns the value of the 'Send On Failure' attribute.
|
String |
getSendOnSuccess()
Returns the value of the 'Send On Success' attribute.
|
String |
getSendOnWarning()
Returns the value of the 'Send On Warning' attribute.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isSetConfiguration()
Returns whether the value of the '
Configuration ' containment reference list is set. |
boolean |
isSetSendOnError()
Returns whether the value of the '
Send On Error ' attribute is set. |
boolean |
isSetSendOnFailure()
Returns whether the value of the '
Send On Failure ' attribute is set. |
boolean |
isSetSendOnSuccess()
Returns whether the value of the '
Send On Success ' attribute is set. |
boolean |
isSetSendOnWarning()
Returns whether the value of the '
Send On Warning ' attribute is set. |
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute
is set. |
void |
setAddress(String value)
Sets the value of the '
Address ' attribute. |
void |
setSendOnError(String value)
Sets the value of the '
Send On Error '
attribute. |
void |
setSendOnFailure(String value)
Sets the value of the '
Send On Failure '
attribute. |
void |
setSendOnSuccess(String value)
Sets the value of the '
Send On Success '
attribute. |
void |
setSendOnWarning(String value)
Sets the value of the '
Send On Warning '
attribute. |
void |
setType(String value)
Sets the value of the '
Type ' attribute. |
void |
unsetConfiguration()
Unsets the value of the '
Configuration '
containment reference list. |
void |
unsetSendOnError()
Unsets the value of the '
Send On Error '
attribute. |
void |
unsetSendOnFailure()
Unsets the value of the '
Send On Failure
' attribute. |
void |
unsetSendOnSuccess()
Unsets the value of the '
Send On Success
' attribute. |
void |
unsetSendOnWarning()
Unsets the value of the '
Send On Warning
' attribute. |
void |
unsetType()
Unsets the value of the '
Type ' attribute. |
String getType()
isSetType()
,
unsetType()
,
setType(String)
,
PomPackage.getNotifier_Type()
void setType(String value)
Type
' attribute. value
- the new value of the 'Type' attribute.isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute. isSetType()
,
getType()
,
setType(String)
boolean isSetType()
Type
' attribute
is set. unsetType()
,
getType()
,
setType(String)
String getSendOnError()
"true"
. 4.0.0 Whether to send notifications on error.
isSetSendOnError()
,
unsetSendOnError()
,
setSendOnError(String)
,
PomPackage.getNotifier_SendOnError()
void setSendOnError(String value)
Send On Error
'
attribute. value
- the new value of the 'Send On Error' attribute.isSetSendOnError()
,
unsetSendOnError()
,
getSendOnError()
void unsetSendOnError()
Send On Error
'
attribute. isSetSendOnError()
,
getSendOnError()
,
setSendOnError(String)
boolean isSetSendOnError()
Send On Error
' attribute is set. unsetSendOnError()
,
getSendOnError()
,
setSendOnError(String)
String getSendOnFailure()
"true"
.
4.0.0 Whether to send notifications on
failure. isSetSendOnFailure()
,
unsetSendOnFailure()
,
setSendOnFailure(String)
,
PomPackage.getNotifier_SendOnFailure()
void setSendOnFailure(String value)
Send On Failure
'
attribute. value
- the new value of the 'Send On Failure' attribute.isSetSendOnFailure()
,
unsetSendOnFailure()
,
getSendOnFailure()
void unsetSendOnFailure()
Send On Failure
' attribute. boolean isSetSendOnFailure()
Send On Failure
' attribute is set. unsetSendOnFailure()
,
getSendOnFailure()
,
setSendOnFailure(String)
String getSendOnSuccess()
"true"
.
4.0.0 Whether to send notifications on
success. isSetSendOnSuccess()
,
unsetSendOnSuccess()
,
setSendOnSuccess(String)
,
PomPackage.getNotifier_SendOnSuccess()
void setSendOnSuccess(String value)
Send On Success
'
attribute. value
- the new value of the 'Send On Success' attribute.isSetSendOnSuccess()
,
unsetSendOnSuccess()
,
getSendOnSuccess()
void unsetSendOnSuccess()
Send On Success
' attribute. boolean isSetSendOnSuccess()
Send On Success
' attribute is set. unsetSendOnSuccess()
,
getSendOnSuccess()
,
setSendOnSuccess(String)
String getSendOnWarning()
"true"
.
4.0.0 Whether to send notifications on
warning. isSetSendOnWarning()
,
unsetSendOnWarning()
,
setSendOnWarning(String)
,
PomPackage.getNotifier_SendOnWarning()
void setSendOnWarning(String value)
Send On Warning
'
attribute. value
- the new value of the 'Send On Warning' attribute.isSetSendOnWarning()
,
unsetSendOnWarning()
,
getSendOnWarning()
void unsetSendOnWarning()
Send On Warning
' attribute. boolean isSetSendOnWarning()
Send On Warning
' attribute is set. unsetSendOnWarning()
,
getSendOnWarning()
,
setSendOnWarning(String)
String getAddress()
setAddress(String)
,
PomPackage.getNotifier_Address()
void setAddress(String value)
Address
' attribute.
value
- the new value of the 'Address' attribute.getAddress()
org.eclipse.emf.common.util.EList<PropertyElement> getConfiguration()
PropertyElement
.
If the meaning of the 'Configuration' containment reference list isn't clear, there really should be more of a description here...
isSetConfiguration()
,
unsetConfiguration()
,
PomPackage.getNotifier_Configuration()
void unsetConfiguration()
Configuration
'
containment reference list. isSetConfiguration()
,
getConfiguration()
boolean isSetConfiguration()
Configuration
' containment reference list is set. unsetConfiguration()
,
getConfiguration()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.