SysML

org.topcased.sysml
Enum FlowDirectionKind

java.lang.Object
  extended by java.lang.Enum<FlowDirectionKind>
      extended by org.topcased.sysml.FlowDirectionKind
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FlowDirectionKind>, Enumerator

public enum FlowDirectionKind
extends java.lang.Enum<FlowDirectionKind>
implements Enumerator

A representation of the literals of the enumeration ' < ? >Flow Direction Kind', and utility methods for working with them.

See Also:
SysMLPackage.getFlowDirectionKind()
** Generated **
Model:

Enum Constant Summary
IN_LITERAL
          The 'In' literal object
INOUT_LITERAL
          The 'Inout' literal object
OUT_LITERAL
          The 'Out' literal object
 
Field Summary
static java.lang.String copyright
           
static int IN
          The 'In' literal value
static int INOUT
          The 'Inout' literal value
static int OUT
          The 'Out' literal value
static java.util.List<FlowDirectionKind> VALUES
          A public read-only list of all the 'Flow Direction Kind' enumerators
 
Method Summary
static FlowDirectionKind get(int value)
          Returns the 'Flow Direction Kind' literal with the specified integer value
static FlowDirectionKind get(java.lang.String literal)
          Returns the 'Flow Direction Kind' literal with the specified literal value
static FlowDirectionKind getByName(java.lang.String name)
          Returns the 'Flow Direction Kind' literal with the specified name
 java.lang.String getLiteral()
           
 java.lang.String getName()
           
 int getValue()
           
 java.lang.String toString()
          Returns the literal value of the enumerator, which is its string representation
static FlowDirectionKind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FlowDirectionKind[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INOUT_LITERAL

public static final FlowDirectionKind INOUT_LITERAL
The 'Inout' literal object.

See Also:
INOUT
** Generated **
Ordered:

IN_LITERAL

public static final FlowDirectionKind IN_LITERAL
The 'In' literal object.

See Also:
IN
** Generated **
Ordered:

OUT_LITERAL

public static final FlowDirectionKind OUT_LITERAL
The 'Out' literal object.

See Also:
OUT
** Generated **
Ordered:
Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

INOUT

public static final int INOUT
The 'Inout' literal value. < ? > If the meaning of ' < ? >Inout' literal object isn't clear, there really should be more of a description here...

See Also:
INOUT_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="inout" annotation="http://www.topcased.org/uuid uuid='1146668553267200'"

IN

public static final int IN
The 'In' literal value. < ? > If the meaning of ' < ? >In' literal object isn't clear, there really should be more of a description here...

See Also:
IN_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="in" annotation="http://www.topcased.org/uuid uuid='1146668553298201'"

OUT

public static final int OUT
The 'Out' literal value. < ? > If the meaning of ' < ? >Out' literal object isn't clear, there really should be more of a description here...

See Also:
OUT_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="out" annotation="http://www.topcased.org/uuid uuid='1146668553314202'"

VALUES

public static final java.util.List<FlowDirectionKind> VALUES
A public read-only list of all the 'Flow Direction Kind' enumerators.

** Generated **
Method Detail

values

public static final FlowDirectionKind[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(FlowDirectionKind c : FlowDirectionKind.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static FlowDirectionKind valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

get

public static FlowDirectionKind get(java.lang.String literal)
Returns the 'Flow Direction Kind' literal with the specified literal value.

** Generated **

getByName

public static FlowDirectionKind getByName(java.lang.String name)
Returns the 'Flow Direction Kind' literal with the specified name.

** Generated **

get

public static FlowDirectionKind get(int value)
Returns the 'Flow Direction Kind' literal with the specified integer value.

** Generated **

getValue

public int getValue()

Specified by:
getValue in interface Enumerator
** Generated **

getName

public java.lang.String getName()

Specified by:
getName in interface Enumerator
** Generated **

getLiteral

public java.lang.String getLiteral()

Specified by:
getLiteral in interface Enumerator
** Generated **

toString

public java.lang.String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class java.lang.Enum<FlowDirectionKind>
** Generated **

SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.