public class CriteriaComponent extends Sequence
CriteriaComponent
type.Modifier and Type | Class and Description |
---|---|
static class |
CriteriaComponent.CriteriaType
Defines meaningful names for particular values of the
criteriaType field. |
static class |
CriteriaComponent.CriteriaValue
Represents the type of the
criteriaValue field. |
Constructor and Description |
---|
CriteriaComponent()
The default constructor.
|
CriteriaComponent(CriteriaComponent.CriteriaValue criteriaValue)
Constructs an instance of the
CriteriaComponent with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getCriteriaCounter()
Returns the value of the
criteriaCounter read-only field. |
INTEGER |
getCriteriaType()
Returns the value of the
criteriaType read-only field. |
CriteriaComponent.CriteriaValue |
getCriteriaValue()
Returns the value of the
criteriaValue field. |
void |
setCriteriaValue(CriteriaComponent.CriteriaValue criteriaValue)
Sets the value of the
criteriaValue field. |
public CriteriaComponent()
public CriteriaComponent(CriteriaComponent.CriteriaValue criteriaValue)
CriteriaComponent
with the specified
components.criteriaValue
- the value of the criteriaValue
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getCriteriaType()
criteriaType
read-only field.criteriaType
read-only field.
The CriteriaType
class defines meaningful names for particular values of the field.public INTEGER getCriteriaCounter()
criteriaCounter
read-only field.criteriaCounter
read-only field.public CriteriaComponent.CriteriaValue getCriteriaValue()
criteriaValue
field.criteriaValue
field.public void setCriteriaValue(CriteriaComponent.CriteriaValue criteriaValue)
criteriaValue
field.criteriaValue
- the value of the criteriaValue
field.java.lang.IllegalArgumentException
- when the criteriaValue
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.