com.adobe.idp.dsc.propertyeditor
Class PropertyContext.UserAndGroupBrowserStyle

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.idp.dsc.propertyeditor.PropertyContext.UserAndGroupBrowserStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
PropertyContext

public static final class PropertyContext.UserAndGroupBrowserStyle
extends java.lang.Enum

Browses for a users and/or groups.

See Also:
Serialized Form

Field Summary
static PropertyContext.UserAndGroupBrowserStyle Select_Both
           
static PropertyContext.UserAndGroupBrowserStyle Select_Groups
           
static PropertyContext.UserAndGroupBrowserStyle Select_Multiple_Groups
           
static PropertyContext.UserAndGroupBrowserStyle Select_Multiple_Users
           
static PropertyContext.UserAndGroupBrowserStyle Select_Users
           
 
Method Summary
static PropertyContext.UserAndGroupBrowserStyle valueOf(java.lang.String name)
           
static PropertyContext.UserAndGroupBrowserStyle[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Select_Users

public static final PropertyContext.UserAndGroupBrowserStyle Select_Users

Select_Multiple_Users

public static final PropertyContext.UserAndGroupBrowserStyle Select_Multiple_Users

Select_Groups

public static final PropertyContext.UserAndGroupBrowserStyle Select_Groups

Select_Multiple_Groups

public static final PropertyContext.UserAndGroupBrowserStyle Select_Multiple_Groups

Select_Both

public static final PropertyContext.UserAndGroupBrowserStyle Select_Both
Method Detail

values

public static PropertyContext.UserAndGroupBrowserStyle[] values()

valueOf

public static PropertyContext.UserAndGroupBrowserStyle valueOf(java.lang.String name)