Interface INotificationProperties
- All Known Implementing Classes:
NotificationProperties
public interface INotificationProperties
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotificationProperty(int index, INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoidaddNotificationProperty(INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoidMethod clearNotificationPropertyMethod getNotificationPropertygetNotificationProperty(int index) Method getNotificationPropertyintMethod getENotificationPropertyCountremoveNotificationProperty(int index) Method removeNotificationPropertyvoidsetNotificationProperty(int index, INotificationPropertyType vNotificationProperty) Method setNotificationPropertyvoidsetNotificationProperty(List notificationPropertyList) Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.
-
Method Details
-
addNotificationProperty
void addNotificationProperty(INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method addNotificationProperty- Parameters:
vNotificationProperty-- Throws:
IndexOutOfBoundsException
-
addNotificationProperty
void addNotificationProperty(int index, INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method addNotificationProperty- Parameters:
index-vNotificationProperty-- Throws:
IndexOutOfBoundsException
-
clearNotificationProperty
void clearNotificationProperty()Method clearNotificationProperty -
getNotificationProperty
Method getNotificationProperty- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getNotificationProperty
List getNotificationProperty()Method getNotificationProperty -
getNotificationPropertyCount
int getNotificationPropertyCount()Method getENotificationPropertyCount -
removeNotificationProperty
Method removeNotificationProperty- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
setNotificationProperty
void setNotificationProperty(int index, INotificationPropertyType vNotificationProperty) throws IndexOutOfBoundsException Method setNotificationProperty- Parameters:
index-vNotificationProperty-- Throws:
IndexOutOfBoundsException
-
setNotificationProperty
Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.- Parameters:
notificationPropertyList- the Vector to copy.
-