org.gxml.xs
Interface SmAttributeNodeType<A,S>

All Superinterfaces:
SmComponent<A,S>, SmNodeType<A,S>, SmPrimeType<A,S>, SmSequenceType<A,S>
All Known Subinterfaces:
SmAttribute<A,S>

public interface SmAttributeNodeType<A,S>
extends SmComponent<A,S>, SmNodeType<A,S>


Method Summary
 SmSequenceType<A,S> getType()
          The {type definition} property.
 
Methods inherited from interface org.gxml.xs.SmComponent
getLocalName, getName, getScope, getTargetNamespace, isAnonymous
 
Methods inherited from interface org.gxml.xs.SmNodeType
getNodeKind
 
Methods inherited from interface org.gxml.xs.SmPrimeType
choice, getKind, isChoice, isNative, isNone, subtype, zeroOrOne
 
Methods inherited from interface org.gxml.xs.SmSequenceType
accept, atomSet, parentAxis, prime, quantifier
 

Method Detail

getType

SmSequenceType<A,S> getType()
The {type definition} property.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.