|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFTypeConverters
public class SIFTypeConverters
| 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 |
|---|
public static SIFTypeConverter<java.lang.Integer> INT
SIFSimpleType
public static SIFTypeConverter<java.lang.Boolean> BOOLEAN
SIFSimpleType
public static SIFTypeConverter<java.math.BigDecimal> DECIMAL
SIFSimpleType
public static SIFTypeConverter<java.util.Calendar> DATE
SIFSimpleType
public static SIFTypeConverter<java.util.Calendar> DATETIME
SIFSimpleType
public static SIFTypeConverter<java.util.Calendar> TIME
SIFSimpleType
public static SIFTypeConverter<java.lang.String> STRING
SIFSimpleType
public static final SIFTypeConverter<javax.xml.datatype.Duration> DURATION
SIFSimpleType
| Constructor Detail |
|---|
public SIFTypeConverters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||