public static enum PropertyHandler.PropertyType extends Enum<PropertyHandler.PropertyType>
| Enum Constant and Description |
|---|
calendarProperty |
collectionProperty |
folderProperty |
generalProperty
Property that can apply to anything
|
groupProperty |
principalProperty |
userProperty |
| Modifier and Type | Method and Description |
|---|---|
static PropertyHandler.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyHandler.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyHandler.PropertyType generalProperty
public static final PropertyHandler.PropertyType principalProperty
public static final PropertyHandler.PropertyType userProperty
public static final PropertyHandler.PropertyType groupProperty
public static final PropertyHandler.PropertyType collectionProperty
public static final PropertyHandler.PropertyType folderProperty
public static final PropertyHandler.PropertyType calendarProperty
public static PropertyHandler.PropertyType[] values()
for (PropertyHandler.PropertyType c : PropertyHandler.PropertyType.values()) System.out.println(c);
public static PropertyHandler.PropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Bedework. All rights reserved.