public final class CFFOperator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CFFOperator.Key
This class is a holder for a key value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
CFFOperator.Key |
getKey()
The key of the operator.
|
String |
getName()
The name of the operator.
|
static CFFOperator |
getOperator(CFFOperator.Key key)
Returns the operator corresponding to the given key.
|
static CFFOperator |
getOperator(String name)
Returns the operator corresponding to the given name.
|
int |
hashCode() |
String |
toString() |
public CFFOperator.Key getKey()
public String getName()
public static CFFOperator getOperator(CFFOperator.Key key)
key
- the given keypublic static CFFOperator getOperator(String name)
name
- the given nameCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.