org.openfast.template.type
Class SignedIntegerType

java.lang.Object
  extended by org.openfast.template.type.Type
      extended by org.openfast.template.type.SimpleType
          extended by org.openfast.template.type.IntegerType
              extended by org.openfast.template.type.SignedIntegerType
All Implemented Interfaces:
java.io.Serializable

public class SignedIntegerType
extends IntegerType

See Also:
Serialized Form

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

SignedIntegerType

public SignedIntegerType(int numberBits,
                         long min,
                         long max)


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.