public class FpeLiteralPart extends Object
Constructor and Description |
---|
FpeLiteralPart() |
Modifier and Type | Method and Description |
---|---|
FpeLiteralPart |
addLiteralItem(String literalItem) |
boolean |
equals(Object o) |
List<String> |
getLiteral()
The list of possible strings that make up this literal portion of the token.
|
int |
hashCode() |
FpeLiteralPart |
literal(List<String> literal) |
void |
setLiteral(List<String> literal) |
String |
toString() |
public FpeLiteralPart literal(List<String> literal)
public FpeLiteralPart addLiteralItem(String literalItem)
public List<String> getLiteral()
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved