public final enum

IntegerFormat

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.microsoft.schemas.xrm._2011.metadata.IntegerFormat

Class Overview

Java class for IntegerFormat.

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

 <simpleType name="IntegerFormat">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="None"/>
     <enumeration value="Duration"/>
     <enumeration value="TimeZone"/>
     <enumeration value="Language"/>
     <enumeration value="Locale"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
IntegerFormat  DURATION   
IntegerFormat  LANGUAGE   
IntegerFormat  LOCALE   
IntegerFormat  NONE   
IntegerFormat  TIME_ZONE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static IntegerFormat fromValue(String v)
String value()
static IntegerFormat valueOf(String name)
final static IntegerFormat[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final IntegerFormat DURATION

public static final IntegerFormat LANGUAGE

public static final IntegerFormat LOCALE

public static final IntegerFormat NONE

public static final IntegerFormat TIME_ZONE

Fields

private final String value

Public Methods

public static IntegerFormat fromValue (String v)

Parameters
v

public String value ()

public static IntegerFormat valueOf (String name)

Parameters
name

public static final IntegerFormat[] values ()