public final enum

AclType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.emc.documentum.fs.datamodel.core.acl.AclType

Class Overview

Java class for AclType.

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

 <simpleType name="AclType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="REGULAR"/>
     <enumeration value="TEMPLATE"/>
     <enumeration value="TEMPLATE_INSTANCE"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
AclType  REGULAR   
AclType  TEMPLATE   
AclType  TEMPLATE_INSTANCE   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AclType fromValue(String v)
String value()
static AclType valueOf(String name)
final static AclType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AclType REGULAR

public static final AclType TEMPLATE

public static final AclType TEMPLATE_INSTANCE

Public Methods

public static AclType fromValue (String v)

Parameters
v

public String value ()

public static AclType valueOf (String name)

Parameters
name

public static final AclType[] values ()