public class OptionalField extends Object implements Serializable
| Constructor and Description |
|---|
OptionalField()
Default constructor, all values are initialized as null pointers.
|
OptionalField(String identifier,
Object value)
Construct a new optional field
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Object |
getValue() |
void |
setIdentifier(String identifier) |
void |
setValue(Object value) |
Copyright © 2013–2015 Institute of networks and security. All rights reserved.