| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | vars.annotation.CameraDirections | |
Created by IntelliJ IDEA. User: brian Date: Aug 4, 2009 Time: 11:37:54 AM To change this template use File | Settings | File Templates.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraDirections | ASCEND | ||||||||||
| CameraDirections | CRUISE | ||||||||||
| CameraDirections | DESCEND | ||||||||||
| CameraDirections | ENDTRANSECT | ||||||||||
| CameraDirections | LAUNCH | ||||||||||
| CameraDirections | STARTTRANSECT | ||||||||||
| CameraDirections | STATIONARY | ||||||||||
| CameraDirections | TRANSECT | ||||||||||
| CameraDirections | UNSPECIFIED | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Simlair to valueOf method, but searches for a case insenstive match. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Simlair to valueOf method, but searches for a case insenstive match. Returns UNSPECIFIED if no match was found.