Constructor and Description |
---|
LongReadField(SerializableField field)
Construct a new instance with the default value.
|
LongReadField(SerializableField field,
long value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Kind |
getKind()
Get the kind of field represented by this object.
|
long |
getLong()
Get the long value of this field.
|
public LongReadField(SerializableField field, long value)
field
- the serializable fieldvalue
- the valuepublic LongReadField(SerializableField field)
field
- the serializable fieldpublic Kind getKind()
Copyright © 2011 JBoss, a division of Red Hat, Inc.