|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ocl.helper.Choice
Representation of a particular OCL expression syntax completion suggestion.
These suggestions are obtained from an IOCLHelper
for a particular
fragment of an OCL expression.
Note that this class is not intended to be extended nor instantiated by clients.
IOCLHelper.getSyntaxHelp(String)
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Obtains my description, suitable for display in a UI tool tip or pop-up help window. |
ChoiceType |
getKind()
Queries the kind of syntax completion suggestion that I am. |
java.lang.String |
getName()
Obtains my name, suitable for display in a UI list. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public ChoiceType getKind()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |