Package com.opencloud.slee.mlet.ant
Class PTNotificationSourceElement
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- com.opencloud.slee.mlet.ant.SleeNotificationSourceElement
-
- com.opencloud.slee.mlet.ant.PTNotificationSourceElement
-
- All Implemented Interfaces:
Cloneable
public final class PTNotificationSourceElement extends SleeNotificationSourceElement
A common nested element that identifies a profile table notification source. The profile table notification source element identifies a profile table by its name.
Ant Parameters Attribute
Description
Required
tableName
Name of the profile table.
Yes.
-
-
Constructor Summary
Constructors Constructor Description PTNotificationSourceElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTableName()
void
setTableName(String tableName)
String
toString()
void
validateParameters()
-
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes
-
-
-
-
Method Detail
-
setTableName
public void setTableName(String tableName)
-
getTableName
public String getTableName()
-
validateParameters
public void validateParameters()
- Specified by:
validateParameters
in classSleeNotificationSourceElement
-
toString
public String toString()
- Overrides:
toString
in classorg.apache.tools.ant.types.DataType
-
-