public class Predefined extends Object
This class maps the input identifiers to Java objects.
This class is immutable.
| Constructor and Description |
|---|
Predefined(String ident,
String code)
Create a new
Predefined with the given ident and code. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The code.
|
String |
getIdent()
The identifiers value.
|
Copyright © 2020 sw4j.org. All rights reserved.