|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.checker.rules.model.Suggestion.Swap
public static class Suggestion.Swap
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="a" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="b" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Suggestion.Swap()
|
Method Summary | |
---|---|
long |
getA()
Gets the value of the a property. |
long |
getB()
Gets the value of the b property. |
void |
setA(long value)
Sets the value of the a property. |
void |
setB(long value)
Sets the value of the b property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Suggestion.Swap()
Method Detail |
---|
public long getA()
public void setA(long value)
public long getB()
public void setB(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |