SysML

org.topcased.sysml
Enum VerifyMethodKind

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

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

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

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

Enum Constant Summary
ANALYSIS_LITERAL
          The 'Analysis' literal object
DEMONSTRATION_LITERAL
          The ' < ?
INSPECTION_LITERAL
          The ' < ?
TEST_LITERAL
          The 'Test' literal object
 
Field Summary
static int ANALYSIS
          The 'Analysis' literal value
static java.lang.String copyright
           
static int DEMONSTRATION
          The ' < ?
static int INSPECTION
          The ' < ?
static int TEST
          The 'Test' literal value
static java.util.List<VerifyMethodKind> VALUES
          A public read-only list of all the 'Verify Method Kind' enumerators
 
Method Summary
static VerifyMethodKind get(int value)
          Returns the 'Verify Method Kind' literal with the specified integer value
static VerifyMethodKind get(java.lang.String literal)
          Returns the 'Verify Method Kind' literal with the specified literal value
static VerifyMethodKind getByName(java.lang.String name)
          Returns the 'Verify Method 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 VerifyMethodKind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VerifyMethodKind[] 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

ANALYSIS_LITERAL

public static final VerifyMethodKind ANALYSIS_LITERAL
The 'Analysis' literal object.

See Also:
ANALYSIS
** Generated **
Ordered:

DEMONSTRATION_LITERAL

public static final VerifyMethodKind DEMONSTRATION_LITERAL
The ' < ? >Demonstration' literal object.

See Also:
DEMONSTRATION
** Generated **
Ordered:

INSPECTION_LITERAL

public static final VerifyMethodKind INSPECTION_LITERAL
The ' < ? >Inspection' literal object.

See Also:
INSPECTION
** Generated **
Ordered:

TEST_LITERAL

public static final VerifyMethodKind TEST_LITERAL
The 'Test' literal object.

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

ANALYSIS

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

See Also:
ANALYSIS_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Analysis" annotation="http://www.topcased.org/uuid uuid='114129646150799'"

DEMONSTRATION

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

See Also:
DEMONSTRATION_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Demonstration" annotation="http://www.topcased.org/uuid uuid='1141296461507100'"

INSPECTION

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

See Also:
INSPECTION_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Inspection" annotation="http://www.topcased.org/uuid uuid='1141296461523101'"

TEST

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

See Also:
TEST_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Test" annotation="http://www.topcased.org/uuid uuid='1141296461539102'"

VALUES

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

** Generated **
Method Detail

values

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

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

valueOf

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

** Generated **

getByName

public static VerifyMethodKind getByName(java.lang.String name)
Returns the 'Verify Method Kind' literal with the specified name.

** Generated **

get

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

SysML

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