edu.nrao.sss.model.resource.evla
Enum EvlaTelescopeMotionSimulator.Error

java.lang.Object
  extended by java.lang.Enum<EvlaTelescopeMotionSimulator.Error>
      extended by edu.nrao.sss.model.resource.evla.EvlaTelescopeMotionSimulator.Error
All Implemented Interfaces:
Serializable, Comparable<EvlaTelescopeMotionSimulator.Error>
Enclosing class:
EvlaTelescopeMotionSimulator

public static enum EvlaTelescopeMotionSimulator.Error
extends Enum<EvlaTelescopeMotionSimulator.Error>


Enum Constant Summary
ELEVATION_OUT_OF_RANGE
           
INVALID_ANTENNA_WRAP_REQUESTED
           
MOVE_NOT_POSSIBLE
           
SCAN_END_AZIMUTH_OUT_OF_RANGE
           
SCAN_END_ELEVATION_OUT_OF_RANGE
           
 
Method Summary
static EvlaTelescopeMotionSimulator.Error valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EvlaTelescopeMotionSimulator.Error[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INVALID_ANTENNA_WRAP_REQUESTED

public static final EvlaTelescopeMotionSimulator.Error INVALID_ANTENNA_WRAP_REQUESTED

ELEVATION_OUT_OF_RANGE

public static final EvlaTelescopeMotionSimulator.Error ELEVATION_OUT_OF_RANGE

SCAN_END_ELEVATION_OUT_OF_RANGE

public static final EvlaTelescopeMotionSimulator.Error SCAN_END_ELEVATION_OUT_OF_RANGE

SCAN_END_AZIMUTH_OUT_OF_RANGE

public static final EvlaTelescopeMotionSimulator.Error SCAN_END_AZIMUTH_OUT_OF_RANGE

MOVE_NOT_POSSIBLE

public static final EvlaTelescopeMotionSimulator.Error MOVE_NOT_POSSIBLE
Method Detail

values

public static EvlaTelescopeMotionSimulator.Error[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EvlaTelescopeMotionSimulator.Error c : EvlaTelescopeMotionSimulator.Error.values())
    System.out.println(c);

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

valueOf

public static EvlaTelescopeMotionSimulator.Error valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2009. All Rights Reserved.