Enum UnitsOfPixelResolutionAngular

java.lang.Object
java.lang.Enum<UnitsOfPixelResolutionAngular>
gov.nasa.arc.pds.xml.generated.UnitsOfPixelResolutionAngular
All Implemented Interfaces:
Serializable, Comparable<UnitsOfPixelResolutionAngular>, java.lang.constant.Constable

public enum UnitsOfPixelResolutionAngular
extends Enum<UnitsOfPixelResolutionAngular>

Java class for Units_of_Pixel_Resolution_Angular.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="Units_of_Pixel_Resolution_Angular">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="HA/pixel"/>
     <enumeration value="arcsec/pixel"/>
     <enumeration value="deg/pixel"/>
     <enumeration value="radian/pixel"/>
   </restriction>
 </simpleType>