|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MClass>
org.topcased.traceability.hmi.util.MClass
public enum MClass
Created on 21 f�vr. 07
Enum Constant Summary | |
---|---|
COVER_POINT
COVER POINT OBJECT |
|
COVERING_DOCUMENT
COVERING DOCUMENT OBJECT |
|
DOCUMENT
DOCUMENT OBJECT |
|
INFO
INFO OBJECT (not model object) |
|
PROJECT
PROJECT OBJECT |
|
REQUIREMENT
REQUIREMENT OBJECT |
|
SECTION
SECTION OBJECT |
Method Summary | |
---|---|
static MClass |
convert(java.lang.Object object)
This method converts a class instance in the matching enum value |
static MClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MClass[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MClass PROJECT
public static final MClass COVERING_DOCUMENT
public static final MClass DOCUMENT
public static final MClass SECTION
public static final MClass REQUIREMENT
public static final MClass COVER_POINT
public static final MClass INFO
Method Detail |
---|
public static final MClass[] values()
for(MClass c : MClass.values()) System.out.println(c);
public static MClass 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 MClass convert(java.lang.Object object)
object
-
|
Traceability | |||||||||
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.