com.edustructures.sifworks
Class SIFTypeConverters

java.lang.Object
  extended by com.edustructures.sifworks.SIFTypeConverters

public class SIFTypeConverters
extends java.lang.Object


Field Summary
static SIFTypeConverter<java.lang.Boolean> BOOLEAN
          A type converter that can convert SIF Boolean XML values or Java Boolean values to a SIFSimpleType
static SIFTypeConverter<java.util.Calendar> DATE
          A type converter that can convert SIF Date XML values or Java Calendar values to a SIFSimpleType
static SIFTypeConverter<java.util.Calendar> DATETIME
          A type converter that can convert SIF DateTime XML values or Java Calendar values to a SIFSimpleType
static SIFTypeConverter<java.math.BigDecimal> DECIMAL
          A type converter that can convert SIF Decimal XML values or Java BigDecimal values to a SIFSimpleType
static SIFTypeConverter<javax.xml.datatype.Duration> DURATION
          A type converter that can convert SIF Duration XML values or Java Duration values to a SIFSimpleType
static SIFTypeConverter<java.lang.Integer> INT
          A type converter that can convert SIF Int XML values or Java Integer values to a SIFSimpleType
static SIFTypeConverter<java.lang.String> STRING
          A type converter that can convert SIF String XML values or Java String values to a SIFSimpleType
static SIFTypeConverter<java.util.Calendar> TIME
          A type converter that can convert SIF Time XML values or Java Calendar values to a SIFSimpleType
 
Constructor Summary
SIFTypeConverters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT

public static SIFTypeConverter<java.lang.Integer> INT
A type converter that can convert SIF Int XML values or Java Integer values to a SIFSimpleType


BOOLEAN

public static SIFTypeConverter<java.lang.Boolean> BOOLEAN
A type converter that can convert SIF Boolean XML values or Java Boolean values to a SIFSimpleType


DECIMAL

public static SIFTypeConverter<java.math.BigDecimal> DECIMAL
A type converter that can convert SIF Decimal XML values or Java BigDecimal values to a SIFSimpleType


DATE

public static SIFTypeConverter<java.util.Calendar> DATE
A type converter that can convert SIF Date XML values or Java Calendar values to a SIFSimpleType


DATETIME

public static SIFTypeConverter<java.util.Calendar> DATETIME
A type converter that can convert SIF DateTime XML values or Java Calendar values to a SIFSimpleType


TIME

public static SIFTypeConverter<java.util.Calendar> TIME
A type converter that can convert SIF Time XML values or Java Calendar values to a SIFSimpleType


STRING

public static SIFTypeConverter<java.lang.String> STRING
A type converter that can convert SIF String XML values or Java String values to a SIFSimpleType


DURATION

public static final SIFTypeConverter<javax.xml.datatype.Duration> DURATION
A type converter that can convert SIF Duration XML values or Java Duration values to a SIFSimpleType

Constructor Detail

SIFTypeConverters

public SIFTypeConverters()


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.