Package org.umlg.ocl
Class UmlgChoice
- java.lang.Object
-
- org.umlg.ocl.UmlgChoice
-
- All Implemented Interfaces:
org.eclipse.ocl.helper.Choice
public class UmlgChoice extends Object implements org.eclipse.ocl.helper.Choice
Date: 2014/03/07 Time: 3:39 PM
-
-
Constructor Summary
Constructors Constructor Description UmlgChoice(org.eclipse.ocl.helper.ChoiceKind choiceKind, String name, String description, Object element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ObjectgetElement()org.eclipse.ocl.helper.ChoiceKindgetKind()StringgetName()StringtoString()
-
-
-
Method Detail
-
getKind
public org.eclipse.ocl.helper.ChoiceKind getKind()
- Specified by:
getKindin interfaceorg.eclipse.ocl.helper.Choice
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.ocl.helper.Choice
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.eclipse.ocl.helper.Choice
-
getElement
public Object getElement()
- Specified by:
getElementin interfaceorg.eclipse.ocl.helper.Choice
-
-