public final enum

ManagedPropertyType

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

Class Overview

Java class for ManagedPropertyType.

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

 <simpleType name="ManagedPropertyType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Operation"/>
     <enumeration value="Attribute"/>
     <enumeration value="CustomEvaluator"/>
     <enumeration value="Custom"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ManagedPropertyType  ATTRIBUTE   
ManagedPropertyType  CUSTOM   
ManagedPropertyType  CUSTOM_EVALUATOR   
ManagedPropertyType  OPERATION   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ManagedPropertyType fromValue(String v)
String value()
static ManagedPropertyType valueOf(String name)
final static ManagedPropertyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ManagedPropertyType ATTRIBUTE

public static final ManagedPropertyType CUSTOM

public static final ManagedPropertyType CUSTOM_EVALUATOR

public static final ManagedPropertyType OPERATION

Fields

private final String value

Public Methods

public static ManagedPropertyType fromValue (String v)

Parameters
v

public String value ()

public static ManagedPropertyType valueOf (String name)

Parameters
name

public static final ManagedPropertyType[] values ()