XSD
Class Byte

java.lang.Object
  |
  +--Datatypes.Datatype
        |
        +--XSD.AnySimpleType
              |
              +--XSD.Decimal
                    |
                    +--XSD.Integer
                          |
                          +--XSD.Long
                                |
                                +--XSD.Int
                                      |
                                      +--XSD.Short
                                            |
                                            +--XSD.Byte

public class Byte
extends Short


Field Summary
 
Fields inherited from class Datatypes.Datatype
nativeValue
 
Constructor Summary
Byte()
           
Byte(java.lang.String lform)
           
 
Method Summary
 boolean isValidForm(java.lang.String lform)
          Returns true if lexical form is valid, else returns false.
 
Methods inherited from class XSD.Integer
lexicalForm
 
Methods inherited from class XSD.Decimal
compareTo, equals, getNativeValue, setValue
 
Methods inherited from class Datatypes.Datatype
compare, equal, lookup, register, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Byte

public Byte()

Byte

public Byte(java.lang.String lform)
     throws InvalidLexicalForm
Method Detail

isValidForm

public boolean isValidForm(java.lang.String lform)
Description copied from class: Datatype
Returns true if lexical form is valid, else returns false.

Overrides:
isValidForm in class Short