Package | Description |
---|---|
net.devbase.jfreesteel |
Modifier and Type | Method and Description |
---|---|
static EidInfo.Tag |
EidInfo.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EidInfo.Tag[] |
EidInfo.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EidInfo.Builder |
EidInfo.Builder.addValue(EidInfo.Tag tag,
String value)
Adds the value to the information builder.
|
String |
EidInfo.get(EidInfo.Tag tag)
Returns the value associated with the supplied tag.
|
boolean |
EidInfo.has(EidInfo.Tag tag)
Returns if there is a value associated with the supplied tag.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,byte[]> |
EidCard.addAllToBuilder(EidInfo.Builder builder,
Map<Integer,byte[]> rawTagMap,
Map<Integer,EidInfo.Tag> tagMapper)
Add all raw tags to EidInfo builder.
|
Copyright © 2017 Open Source Developer, Goran Rakic. All rights reserved.