|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Lhs
public class Lhs
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="lhs">
<xs:complexType>
<xs:choice>
<xs:element ref="ns:funapp"/>
<xs:element ref="ns:var"/>
</xs:choice>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Lhs()
|
|
| Method Summary | |
|---|---|
void |
clearLhsSelect()
Clear the choice selection. |
Funapp |
getFunapp()
Get the 'funapp' element value. |
Var |
getVar()
Get the 'var' element value. |
boolean |
ifFunapp()
Check if Funapp is current selection for choice. |
boolean |
ifVar()
Check if Var is current selection for choice. |
void |
setFunapp(Funapp funapp)
Set the 'funapp' element value. |
void |
setVar(Var var)
Set the 'var' element value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lhs()
| Method Detail |
|---|
public void clearLhsSelect()
public boolean ifFunapp()
true if selection, false if notpublic Funapp getFunapp()
public void setFunapp(Funapp funapp)
funapp - public boolean ifVar()
true if selection, false if notpublic Var getVar()
public void setVar(Var var)
var -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||