public class Criteria extends Sequence
Criteria
type.Modifier and Type | Class and Description |
---|---|
static class |
Criteria.Component
Represents the type of the
component field. |
Constructor and Description |
---|
Criteria()
The default constructor.
|
Criteria(Criteria.Component component)
Constructs an instance of the
Criteria with the specified
components. |
Modifier and Type | Method and Description |
---|---|
Criteria.Component |
getComponent()
Returns the value of the
component field. |
void |
setComponent(Criteria.Component component)
Sets the value of the
component field. |
public Criteria()
public Criteria(Criteria.Component component)
Criteria
with the specified
components.component
- the value of the component
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public Criteria.Component getComponent()
component
field.component
field.public void setComponent(Criteria.Component component)
component
field.component
- the value of the component
field.java.lang.IllegalArgumentException
- when the component
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.