public final enum

Storage

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.sharepoint.microsoft.webpartpages.Storage

Class Overview

Java class for Storage.

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

 <simpleType name="Storage">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="None"/>
     <enumeration value="Personal"/>
     <enumeration value="Shared"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final Storage NONE

public static final Storage PERSONAL

public static final Storage SHARED

Fields

private final String value

Public Methods

public static Storage fromValue (String v)

Parameters
v

public String value ()

public static Storage valueOf (String name)

Parameters
name

public static final Storage[] values ()