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

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

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


Method Summary
 SmSequenceType<A,S> getType()
          The {type definition} property.
 boolean isNillable()
          Returns the {nillable} property for this element.
 
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.


isNillable

boolean isNillable()
Returns the {nillable} property for this element.

Returns:
true if nillable, otherwise false.


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.