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

All Superinterfaces:
SmChoiceType<A,S>, SmPrimeType<A,S>, SmSequenceType<A,S>

public interface SmPrimeChoiceType<A,S>
extends SmPrimeType<A,S>, SmChoiceType<A,S>


Method Summary
 SmPrimeType<A,S> getLHS()
           
 SmPrimeType<A,S> getRHS()
           
 
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

getLHS

SmPrimeType<A,S> getLHS()
Specified by:
getLHS in interface SmChoiceType<A,S>

getRHS

SmPrimeType<A,S> getRHS()
Specified by:
getRHS in interface SmChoiceType<A,S>


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.