|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Startterm
public class Startterm
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="startterm">
<xs:complexType>
<xs:choice>
<xs:element ref="ns:constructor-based"/>
<xs:element ref="ns:full"/>
<xs:element ref="ns:automaton"/>
</xs:choice>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Startterm()
|
|
| Method Summary | |
|---|---|
void |
clearStarttermSelect()
Clear the choice selection. |
Automaton |
getAutomaton()
Get the 'automaton' element value. |
ConstructorBased |
getConstructorBased()
Get the 'constructor-based' element value. |
Full |
getFull()
Get the 'full' element value. |
boolean |
ifAutomaton()
Check if Automaton is current selection for choice. |
boolean |
ifConstructorBased()
Check if ConstructorBased is current selection for choice. |
boolean |
ifFull()
Check if Full is current selection for choice. |
void |
setAutomaton(Automaton automaton)
Set the 'automaton' element value. |
void |
setConstructorBased(ConstructorBased constructorBased)
Set the 'constructor-based' element value. |
void |
setFull(Full full)
Set the 'full' element value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Startterm()
| Method Detail |
|---|
public void clearStarttermSelect()
public boolean ifConstructorBased()
true if selection, false if notpublic ConstructorBased getConstructorBased()
public void setConstructorBased(ConstructorBased constructorBased)
constructorBased - public boolean ifFull()
true if selection, false if notpublic Full getFull()
public void setFull(Full full)
full - public boolean ifAutomaton()
true if selection, false if notpublic Automaton getAutomaton()
public void setAutomaton(Automaton automaton)
automaton -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||