|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.eval.project.DirectionKind
public final class DirectionKind
Enumerations of known model parameter direction kinds.
This class cannot be instantiated or subclassed by clients.
ModelParameter.getDirection()| Field Summary | |
|---|---|
static DirectionKind |
IN
in : elements are read in the input model, no modification performed. |
static DirectionKind |
INOUT
inout : some elements are read and others are created in the model. |
static DirectionKind |
OUT
out : elements are created in the output model. |
| Method Summary | |
|---|---|
boolean |
isIn()
Return true if the direction is in. |
boolean |
isInOut()
Return true if the direction is inout. |
boolean |
isOut()
Return true if the direction is out. |
String |
toString()
Returns a String representation of this direction. |
static DirectionKind |
valueOf(String value)
Determines the direction represented as a String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DirectionKind IN
public static final DirectionKind OUT
public static final DirectionKind INOUT
| Method Detail |
|---|
public static DirectionKind valueOf(String value)
throws IllegalArgumentException
String value.
value - a String representing a direction.
IllegalArgumentException - if the value is not recognized.public boolean isIn()
true if the direction is in.
true if the direction is in.INpublic boolean isOut()
true if the direction is out.
true if the direction is out.OUTpublic boolean isInOut()
true if the direction is inout.
true if the direction is inout.INOUTpublic String toString()
String representation of this direction.
toString in class ObjectString.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||