|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jmd.metarepresentation.impl.Member
net.sf.jmd.metarepresentation.impl.Variable
public class Variable
Field Summary |
---|
Fields inherited from class net.sf.jmd.metarepresentation.impl.Member |
---|
modifiers, name, namespace, type |
Constructor Summary | |
---|---|
Variable()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getValue()
|
int |
hashCode()
|
void |
setValue(java.lang.String newValue)
|
java.lang.String |
toString()
|
Methods inherited from class net.sf.jmd.metarepresentation.impl.Member |
---|
addModifier, getIdentifier, getModifiers, getName, getNamespace, getType, setModifiers, setName, setNamespace, setType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.jmd.metarepresentation.IModelElement |
---|
getIdentifier |
Methods inherited from interface net.sf.jmd.metarepresentation.IMember |
---|
addModifier, getIdentifier, getModifiers, getName, getNamespace, getType, setModifiers, setName, setNamespace, setType |
Constructor Detail |
---|
public Variable()
Method Detail |
---|
public java.lang.String getValue()
getValue
in interface IVariable
public void setValue(java.lang.String newValue)
setValue
in interface IVariable
public boolean equals(java.lang.Object other)
equals
in interface IMember
equals
in interface IVariable
equals
in class Member
public int hashCode()
hashCode
in class Member
public java.lang.String toString()
toString
in interface IVariable
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |