Uses of Interface
org.eclipse.higgins.idas.ISimpleValue

Packages that use ISimpleValue
org.eclipse.higgins.idas.impl This package provides some basic implementations of various IdAS interfaces for use by context providers. 
 

Uses of ISimpleValue in org.eclipse.higgins.idas.impl
 

Classes in org.eclipse.higgins.idas.impl that implement ISimpleValue
 class AbstractSimpleValue
           
 class BasicValueBase64Binary
          Currently uses sun.misc.BASE64Encoder which is not officially supported.
 class BasicValueBoolean
           
 class BasicValueByte
           
 class BasicValueDate
           
 class BasicValueDateTime
           
 class BasicValueDay
           
 class BasicValueDecimal
           
 class BasicValueDouble
          TODO: make sure getCanonical() meets the canonical rules for xsd:float.
 class BasicValueFloat
          TODO: make sure getCanonical() meets the canonical rules for xsd:float.
 class BasicValueHexBinary
           
 class BasicValueInt
           
 class BasicValueInteger
          TODO: make sure getCanonical() meets the canonical rules for xsd:integer.
 class BasicValueLanguage
          TODO: This does not enforce xsd:language restrictions yet.
 class BasicValueLong
           
 class BasicValueMonth
           
 class BasicValueMonthDay
           
 class BasicValueName
           
 class BasicValueNCName
          TODO: This does not enforce xsd:NCName restrictions yet.
 class BasicValueNegativeInteger
           
 class BasicValueNMTOKEN
          TODO: This does not enforce xsd:NMTOKEN restrictions yet.
 class BasicValueNonNegativeInteger
           
 class BasicValueNonPositiveInteger
           
 class BasicValueNormalizedString
           
 class BasicValuePositiveInteger
           
 class BasicValueShort
           
 class BasicValueString
           
 class BasicValueTime
           
 class BasicValueToken
           
 class BasicValueUnsignedByte
           
 class BasicValueUnsignedInt
           
 class BasicValueUnsignedLong
           
 class BasicValueUnsignedShort
           
 class BasicValueURI
           
 class BasicValueYear
           
 class BasicValueYearMonth
           
 



Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation