public final enum

OrderType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.microsoft.schemas.xrm._2011.contracts.OrderType

Class Overview

Java class for OrderType.

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

 <simpleType name="OrderType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Ascending"/>
     <enumeration value="Descending"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
OrderType  ASCENDING   
OrderType  DESCENDING   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static OrderType fromValue(String v)
String value()
static OrderType valueOf(String name)
final static OrderType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OrderType ASCENDING

public static final OrderType DESCENDING

Fields

private final String value

Public Methods

public static OrderType fromValue (String v)

Parameters
v

public String value ()

public static OrderType valueOf (String name)

Parameters
name

public static final OrderType[] values ()