Interface INotificationProperties
- All Known Implementing Classes:
NotificationProperties
public interface INotificationProperties
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNotificationProperty
(int index, INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoid
addNotificationProperty
(INotificationPropertyType vNotificationProperty) Method addNotificationPropertyvoid
Method clearNotificationPropertyMethod getNotificationPropertygetNotificationProperty
(int index) Method getNotificationPropertyint
Method getENotificationPropertyCountremoveNotificationProperty
(int index) Method removeNotificationPropertyvoid
setNotificationProperty
(int index, INotificationPropertyType vNotificationProperty) Method setNotificationPropertyvoid
setNotificationProperty
(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.
-