Uses of Class
org.gxml.xs.SmNativeType

Packages that use SmNativeType
org.gxml.sa   
org.gxml.xs   
 

Uses of SmNativeType in org.gxml.sa
 

Methods in org.gxml.sa that return SmNativeType
 SmNativeType GxAtomBridge.getNativeType(A atom)
          Determine the nearest ancestor Built-in type of an atom managed by this manager.
 SmNativeType GxNameBridge.nativeType(SmName<S> name)
          Given a name, return a corresponding SmNativeType.
 

Methods in org.gxml.sa with parameters of type SmNativeType
 A GxAtomBridge.castAs(A sourceAtom, SmNativeType targetType)
          Performs the casting of one atomic value to another.
 A GxAtomBridge.compile(java.lang.String srcval, SmNativeType dataType)
           
 A GxAtomBridge.compile(java.lang.String srcval, SmNativeType dataType, SmPrefixResolver<S> resolver)
           
 T GxMetaBridge.getType(SmNativeType nativeType)
          Returns the specified type definition given a built in type.
 SmName<S> GxNameBridge.nativeType(SmNativeType nativeType)
          Given an SmNativeType, lookup a corresponding name.
 

Uses of SmNativeType in org.gxml.xs
 

Methods in org.gxml.xs that return SmNativeType
static SmNativeType SmNativeType.computeCommonAncestorSelf(SmNativeType lhs, SmNativeType rhs, boolean promotions)
          Returns the common ancestor type of two types.
 SmNativeType SmAtomicType.getNativeType()
          Returns the most derived native atomic type of this atomic type definition.
 SmNativeType SmAtomBridge.getNativeType(A atom)
           
 SmNativeType SmNativeType.getParent()
           
 SmNativeType SmNativeType.getPromotion()
           
static SmNativeType SmNativeType.getType(java.lang.String localName)
           
 SmNativeType SmNameBridge.nativeType(SmName<S> name)
          Given a name, return a corresponding SmNativeType.
static SmNativeType SmNativeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SmNativeType[] SmNativeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gxml.xs that return types with arguments of type SmNativeType
 java.lang.Iterable<SmNativeType> SmNativeType.getAncestorOrSelf(boolean promotions)
          Returns an ordered collection of uber types, starting from the receiver uber type, and traversing up the hierarchy.
 

Methods in org.gxml.xs with parameters of type SmNativeType
 A SmAtomBridge.castAs(A sourceAtom, SmNativeType targetType)
           
 A SmAtomBridge.compile(java.lang.String sourceValue, SmNativeType targetType)
           
 A SmAtomBridge.compile(java.lang.String sourceValue, SmNativeType targetType, SmPrefixResolver<S> resolver)
           
static SmNativeType SmNativeType.computeCommonAncestorSelf(SmNativeType lhs, SmNativeType rhs, boolean promotions)
          Returns the common ancestor type of two types.
 SmAtomicType<A,S> SmComponentProvider.getAtomicType(SmNativeType name)
           
 SmAtomicType<A,S> SmCache.getAtomicType(SmNativeType nativeType)
           
 SmSimpleType<A,S> SmComponentProvider.getSimpleType(SmNativeType name)
           
 SmSimpleType<A,S> SmCache.getSimpleType(SmNativeType nativeType)
           
 SmType<A,S> SmSequenceTypeFactory.getTypeDefinition(SmNativeType nativeType)
           
 SmType<A,S> SmMetaBridge.getTypeDefinition(SmNativeType nativeType)
           
 SmType<A,S> SmComponentProvider.getTypeDefinition(SmNativeType name)
           
 boolean SmNativeType.isA(SmNativeType other)
          Determines whether this type is equal to or derived from the specified type.
 SmName<S> SmNameBridge.nativeType(SmNativeType nativeType)
          Given an SmNativeType, lookup a corresponding name.
 boolean SmNativeType.promotesTo(SmNativeType other)
          Determines whether this type is equal to or derived from the specified type when promotions are included.
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.