com.clarkparsia.pellet.datatypes.types.real
Class XSDByte

java.lang.Object
  extended by com.clarkparsia.pellet.datatypes.AbstractBaseDatatype<java.lang.Number>
      extended by com.clarkparsia.pellet.datatypes.types.real.AbstractDerivedIntegerType
          extended by com.clarkparsia.pellet.datatypes.types.real.XSDByte
All Implemented Interfaces:
Datatype<java.lang.Number>

public class XSDByte
extends AbstractDerivedIntegerType

Title: xsd:byte

Description: Singleton implementation of xsd:byte datatype

Copyright: Copyright (c) 2009

Company: Clark & Parsia, LLC.

Author:
Mike Smith

Method Summary
static XSDByte getInstance()
           
 
Methods inherited from class com.clarkparsia.pellet.datatypes.types.real.AbstractDerivedIntegerType
asDataRange, getCanonicalRepresentation, getLiteral, getPrimitiveDatatype, getValue, isPrimitive
 
Methods inherited from class com.clarkparsia.pellet.datatypes.AbstractBaseDatatype
equals, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static XSDByte getInstance()


Copyright © 2004 Evren Sirin. All Rights Reserved.