public final enum

AttributeRequiredLevel

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

Class Overview

Java class for AttributeRequiredLevel.

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

 <simpleType name="AttributeRequiredLevel">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="None"/>
     <enumeration value="SystemRequired"/>
     <enumeration value="ApplicationRequired"/>
     <enumeration value="Recommended"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
AttributeRequiredLevel  APPLICATION_REQUIRED   
AttributeRequiredLevel  NONE   
AttributeRequiredLevel  RECOMMENDED   
AttributeRequiredLevel  SYSTEM_REQUIRED   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AttributeRequiredLevel fromValue(String v)
String value()
static AttributeRequiredLevel valueOf(String name)
final static AttributeRequiredLevel[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AttributeRequiredLevel APPLICATION_REQUIRED

public static final AttributeRequiredLevel NONE

public static final AttributeRequiredLevel RECOMMENDED

public static final AttributeRequiredLevel SYSTEM_REQUIRED

Fields

private final String value

Public Methods

public static AttributeRequiredLevel fromValue (String v)

Parameters
v

public String value ()

public static AttributeRequiredLevel valueOf (String name)

Parameters
name

public static final AttributeRequiredLevel[] values ()