Enum RelativeThreeDViewOperationType

  • All Implemented Interfaces:
    Serializable, Comparable<RelativeThreeDViewOperationType>

    public enum RelativeThreeDViewOperationType
    extends Enum<RelativeThreeDViewOperationType>

    Java class for RelativeThreeDViewOperationType.

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

    
     <simpleType name="RelativeThreeDViewOperationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="First"/>
         <enumeration value="Last"/>
         <enumeration value="Next"/>
         <enumeration value="Previous"/>
         <enumeration value="Default"/>
       </restriction>
     </simpleType>