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

All Known Subinterfaces:
SmElementUse<A,S>, SmModelGroupUse<A,S>, SmWildcardUse<A,S>

public interface SmParticle<A,S>

A particle is a component of a group.


Method Summary
 int getMaxOccurs()
          Returns the {max occurs} property for this particle.
 int getMinOccurs()
          Returns the {min occurs} property for this particle.
 SmParticleTerm<A,S> getTerm()
          Returns the {particle term} property for this particle.
 boolean isMaxOccursUnbounded()
          Returns true if the {max occurs} property is unbounded.
 

Method Detail

getMaxOccurs

int getMaxOccurs()
Returns the {max occurs} property for this particle.


getMinOccurs

int getMinOccurs()
Returns the {min occurs} property for this particle.


getTerm

SmParticleTerm<A,S> getTerm()
Returns the {particle term} property for this particle.


isMaxOccursUnbounded

boolean isMaxOccursUnbounded()
Returns true if the {max occurs} property is unbounded.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.