com.edustructures.sifworks
Class SIFInt

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.Integer>
      extended by com.edustructures.sifworks.SIFInt
All Implemented Interfaces:
java.io.Serializable

public class SIFInt
extends SIFSimpleType<java.lang.Integer>

Wraps a Java Integer Type in an immutable instance that can be used to construct a SIFSimpleType to represent properties in SIF data objects.

Version:
2.0
See Also:
Serialized Form

Constructor Summary
SIFInt(java.lang.Integer value)
          Creates an instance of SIFInt
 
Method Summary
 SIFTypeConverter<java.lang.Integer> getTypeConverter()
          Returns a type converter that can be used to create an instance of the datatype from a string
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, isDoNotEncode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SIFInt

public SIFInt(java.lang.Integer value)
Creates an instance of SIFInt

Parameters:
value -
Method Detail

getTypeConverter

public SIFTypeConverter<java.lang.Integer> getTypeConverter()
Description copied from class: SIFSimpleType
Returns a type converter that can be used to create an instance of the datatype from a string

Specified by:
getTypeConverter in class SIFSimpleType<java.lang.Integer>
Returns:
The TypeConverter that is used for this element


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.