SysML

org.topcased.sysml
Enum VerdictKind

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

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

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

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

Enum Constant Summary
ERROR_LITERAL
          The 'Error' literal object
FAIL_LITERAL
          The 'Fail' literal object
INCONCLUSIVE_LITERAL
          The ' < ?
PASS_LITERAL
          The 'Pass' literal object
 
Field Summary
static java.lang.String copyright
           
static int ERROR
          The 'Error' literal value
static int FAIL
          The 'Fail' literal value
static int INCONCLUSIVE
          The ' < ?
static int PASS
          The 'Pass' literal value
static java.util.List<VerdictKind> VALUES
          A public read-only list of all the 'Verdict Kind' enumerators
 
Method Summary
static VerdictKind get(int value)
          Returns the 'Verdict Kind' literal with the specified integer value
static VerdictKind get(java.lang.String literal)
          Returns the 'Verdict Kind' literal with the specified literal value
static VerdictKind getByName(java.lang.String name)
          Returns the 'Verdict 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 VerdictKind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VerdictKind[] 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

PASS_LITERAL

public static final VerdictKind PASS_LITERAL
The 'Pass' literal object.

See Also:
PASS
** Generated **
Ordered:

FAIL_LITERAL

public static final VerdictKind FAIL_LITERAL
The 'Fail' literal object.

See Also:
FAIL
** Generated **
Ordered:

INCONCLUSIVE_LITERAL

public static final VerdictKind INCONCLUSIVE_LITERAL
The ' < ? >Inconclusive' literal object.

See Also:
INCONCLUSIVE
** Generated **
Ordered:

ERROR_LITERAL

public static final VerdictKind ERROR_LITERAL
The 'Error' literal object.

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

PASS

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

See Also:
PASS_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Pass" annotation="http://www.topcased.org/uuid uuid='1141307207468112'"

FAIL

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

See Also:
FAIL_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Fail" annotation="http://www.topcased.org/uuid uuid='1141307207484113'"

INCONCLUSIVE

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

See Also:
INCONCLUSIVE_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Inconclusive" annotation="http://www.topcased.org/uuid uuid='1141307207515114'"

ERROR

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

See Also:
ERROR_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Error" annotation="http://www.topcased.org/uuid uuid='1141307207531115'"

VALUES

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

** Generated **
Method Detail

values

public static final VerdictKind[] 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(VerdictKind c : VerdictKind.values())
        System.out.println(c);

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

valueOf

public static VerdictKind 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 VerdictKind get(java.lang.String literal)
Returns the 'Verdict Kind' literal with the specified literal value.

** Generated **

getByName

public static VerdictKind getByName(java.lang.String name)
Returns the 'Verdict Kind' literal with the specified name.

** Generated **

get

public static VerdictKind get(int value)
Returns the 'Verdict 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<VerdictKind>
** Generated **

SysML

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