coras.structure
Class ViewpointEnum
java.lang.Object
coras.structure.ViewpointEnum
- All Implemented Interfaces:
- java.io.Serializable
- public final class ViewpointEnum
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Fredrik Vraalsen
- See Also:
- Serialized Form
Method Summary |
static ViewpointEnum |
forName(java.lang.String name)
Get the ViewpointEnum corresponding to the specified name. |
java.lang.String |
toString()
Get the String representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ENTERPRISE
public static final ViewpointEnum ENTERPRISE
INFORMATION
public static final ViewpointEnum INFORMATION
COMPUTATIONAL
public static final ViewpointEnum COMPUTATIONAL
ENGINEERING
public static final ViewpointEnum ENGINEERING
TECHNOLOGY
public static final ViewpointEnum TECHNOLOGY
VALUES
public static final java.util.List VALUES
forName
public static ViewpointEnum forName(java.lang.String name)
- Get the ViewpointEnum corresponding to the specified name.
- Parameters:
name
- the viewpoint name
- Returns:
- the ViewpointEnum, or null if not found
toString
public java.lang.String toString()
- Get the String representation.
- Returns:
- the name of the viewpoint
Copyright © 2003-2005 SINTEF. All Rights Reserved.