|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openfast.template.type.Type
org.openfast.template.type.SimpleType
org.openfast.template.type.IntegerType
org.openfast.template.type.SignedIntegerType
public class SignedIntegerType
| Field Summary |
|---|
| Fields inherited from class org.openfast.template.type.IntegerType |
|---|
maxValue, minValue |
| Fields inherited from class org.openfast.template.type.Type |
|---|
ALL_TYPES, ASCII, BYTE_VECTOR, DECIMAL, I16, I32, I64, I8, INTEGER_TYPES, STRING, U16, U32, U64, U8, UNICODE |
| Constructor Summary | |
|---|---|
SignedIntegerType(int numberBits,
long min,
long max)
|
|
| Method Summary |
|---|
| Methods inherited from class org.openfast.template.type.IntegerType |
|---|
getDefaultValue, getVal, isValueOf, validateValue |
| Methods inherited from class org.openfast.template.type.SimpleType |
|---|
getCodec, getValue |
| Methods inherited from class org.openfast.template.type.Type |
|---|
equals, getName, getRegisteredTypeMap, getType, hashCode, serialize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SignedIntegerType(int numberBits,
long min,
long max)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||