|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ocl.helper.Choice
Choice
interface with
the OCLHelper
, instead.
@Deprecated public class 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(Object obj)
Deprecated. |
String |
getDescription()
Deprecated. Obtains my description, suitable for display in a UI tool tip or pop-up help window. |
ChoiceType |
getKind()
Deprecated. Queries the kind of syntax completion suggestion that I am. |
String |
getName()
Deprecated. Obtains my name, suitable for display in a UI list. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public String getDescription()
public ChoiceType getKind()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |