public abstract class Basethresholddef extends Object implements Serializable
Constructor and Description |
---|
Basethresholddef() |
Modifier and Type | Method and Description |
---|---|
void |
addResourceFilter(int index,
ResourceFilter vResourceFilter) |
void |
addResourceFilter(ResourceFilter vResourceFilter) |
void |
deleteRearm() |
void |
deleteRelaxed() |
void |
deleteTrigger() |
void |
deleteValue() |
Enumeration<ResourceFilter> |
enumerateResourceFilter()
Method enumerateResourceFilter.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getDescription()
Returns the value of field 'description'.
|
String |
getDsLabel()
Returns the value of field 'dsLabel'.
|
String |
getDsType()
Returns the value of field 'dsType'.
|
String |
getFilterOperator()
Returns the value of field 'filterOperator'.
|
Double |
getRearm()
Returns the value of field 'rearm'.
|
String |
getRearmedUEI()
Returns the value of field 'rearmedUEI'.
|
Boolean |
getRelaxed()
Returns the value of field 'relaxed'.
|
ResourceFilter[] |
getResourceFilter()
Method getResourceFilter.Returns the contents of the collection in an
Array.
|
ResourceFilter |
getResourceFilter(int index)
Method getResourceFilter.
|
List<ResourceFilter> |
getResourceFilterCollection()
Method getResourceFilterCollection.Returns a reference to
'resourceFilterList'.
|
int |
getResourceFilterCount()
Method getResourceFilterCount.
|
Integer |
getTrigger()
Returns the value of field 'trigger'.
|
String |
getTriggeredUEI()
Returns the value of field 'triggeredUEI'.
|
String |
getType()
Returns the value of field 'type'.
|
Double |
getValue()
Returns the value of field 'value'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasRearm()
Method hasRearm.
|
boolean |
hasRelaxed()
Method hasRelaxed.
|
boolean |
hasTrigger()
Method hasTrigger.
|
boolean |
hasValue()
Method hasValue.
|
Boolean |
isRelaxed()
Returns the value of field 'relaxed'.
|
Iterator<ResourceFilter> |
iterateResourceFilter()
Method iterateResourceFilter.
|
void |
removeAllResourceFilter() |
boolean |
removeResourceFilter(ResourceFilter vResourceFilter)
Method removeResourceFilter.
|
ResourceFilter |
removeResourceFilterAt(int index)
Method removeResourceFilterAt.
|
void |
setDescription(String description)
Sets the value of field 'description'.
|
void |
setDsLabel(String dsLabel)
Sets the value of field 'dsLabel'.
|
void |
setDsType(String dsType)
Sets the value of field 'dsType'.
|
void |
setFilterOperator(String filterOperator)
Sets the value of field 'filterOperator'.
|
void |
setRearm(Double rearm)
Sets the value of field 'rearm'.
|
void |
setRearmedUEI(String rearmedUEI)
Sets the value of field 'rearmedUEI'.
|
void |
setRelaxed(Boolean relaxed)
Sets the value of field 'relaxed'.
|
void |
setResourceFilter(int index,
ResourceFilter vResourceFilter) |
void |
setResourceFilter(List<ResourceFilter> vResourceFilterList)
Sets the value of 'resourceFilterList' by copying the given Vector.
|
void |
setResourceFilter(ResourceFilter[] vResourceFilterArray) |
void |
setResourceFilterCollection(List<ResourceFilter> resourceFilterList)
Deprecated.
|
void |
setTrigger(Integer trigger)
Sets the value of field 'trigger'.
|
void |
setTriggeredUEI(String triggeredUEI)
Sets the value of field 'triggeredUEI'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
void |
setValue(Double value)
Sets the value of field 'value'.
|
public void addResourceFilter(ResourceFilter vResourceFilter) throws IndexOutOfBoundsException
vResourceFilter
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addResourceFilter(int index, ResourceFilter vResourceFilter) throws IndexOutOfBoundsException
index
- vResourceFilter
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteRearm()
public void deleteRelaxed()
public void deleteTrigger()
public void deleteValue()
public Enumeration<ResourceFilter> enumerateResourceFilter()
public boolean equals(Object obj)
public String getDescription()
public String getDsLabel()
public String getDsType()
public String getFilterOperator()
public Double getRearm()
public String getRearmedUEI()
public Boolean getRelaxed()
public ResourceFilter getResourceFilter(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic ResourceFilter[] getResourceFilter()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<ResourceFilter> getResourceFilterCollection()
public int getResourceFilterCount()
public Integer getTrigger()
public String getTriggeredUEI()
public String getType()
public Double getValue()
public boolean hasRearm()
public boolean hasRelaxed()
public boolean hasTrigger()
public boolean hasValue()
public int hashCode()
public Boolean isRelaxed()
public Iterator<ResourceFilter> iterateResourceFilter()
public void removeAllResourceFilter()
public boolean removeResourceFilter(ResourceFilter vResourceFilter)
vResourceFilter
- public ResourceFilter removeResourceFilterAt(int index)
index
- public void setDescription(String description)
description
- the value of field 'description'.public void setDsLabel(String dsLabel)
dsLabel
- the value of field 'dsLabel'.public void setDsType(String dsType)
dsType
- the value of field 'dsType'.public void setFilterOperator(String filterOperator)
filterOperator
- the value of field 'filterOperator'.public void setRearm(Double rearm)
rearm
- the value of field 'rearm'.public void setRearmedUEI(String rearmedUEI)
rearmedUEI
- the value of field 'rearmedUEI'.public void setRelaxed(Boolean relaxed)
relaxed
- the value of field 'relaxed'.public void setResourceFilter(int index, ResourceFilter vResourceFilter) throws IndexOutOfBoundsException
index
- vResourceFilter
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setResourceFilter(ResourceFilter[] vResourceFilterArray)
vResourceFilterArray
- public void setResourceFilter(List<ResourceFilter> vResourceFilterList)
vResourceFilterList
- the Vector to copy.public void setResourceFilterCollection(List<ResourceFilter> resourceFilterList)
resourceFilterList
- the Vector to set.public void setTrigger(Integer trigger)
trigger
- the value of field 'trigger'.public void setTriggeredUEI(String triggeredUEI)
triggeredUEI
- the value of field 'triggeredUEI'.public void setType(String type)
type
- the value of field 'type'.public void setValue(Double value)
value
- the value of field 'value'.Copyright © 2017. All rights reserved.