|
SysML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VerifyMethodKind>
org.topcased.sysml.VerifyMethodKind
public enum VerifyMethodKind
A representation of the literals of the enumeration ' < ? >Verify Method Kind', and utility methods for working with them.
SysMLPackage.getVerifyMethodKind()
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 |
---|
public static final VerifyMethodKind ANALYSIS_LITERAL
ANALYSIS
public static final VerifyMethodKind DEMONSTRATION_LITERAL
DEMONSTRATION
public static final VerifyMethodKind INSPECTION_LITERAL
INSPECTION
public static final VerifyMethodKind TEST_LITERAL
TEST
Field Detail |
---|
public static final java.lang.String copyright
public static final int ANALYSIS
ANALYSIS_LITERAL
,
Constant Field Valuespublic static final int DEMONSTRATION
DEMONSTRATION_LITERAL
,
Constant Field Valuespublic static final int INSPECTION
INSPECTION_LITERAL
,
Constant Field Valuespublic static final int TEST
TEST_LITERAL
,
Constant Field Valuespublic static final java.util.List<VerifyMethodKind> VALUES
Method Detail |
---|
public static final VerifyMethodKind[] values()
for(VerifyMethodKind c : VerifyMethodKind.values()) System.out.println(c);
public static VerifyMethodKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static VerifyMethodKind get(java.lang.String literal)
public static VerifyMethodKind getByName(java.lang.String name)
public static VerifyMethodKind get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<VerifyMethodKind>
|
SysML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.