coras.structure
Class ViewpointEnum

java.lang.Object
  extended bycoras.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

Field Summary
static ViewpointEnum COMPUTATIONAL
           
static ViewpointEnum ENGINEERING
           
static ViewpointEnum ENTERPRISE
           
static ViewpointEnum INFORMATION
           
static ViewpointEnum TECHNOLOGY
           
static java.util.List VALUES
           
 
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
 

Field Detail

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
Method Detail

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.