public static enum RuleConditions.PropertiesNamesByRel extends Enum<RuleConditions.PropertiesNamesByRel>
| Enum Constant and Description |
|---|
AUTHOR |
CREATOR |
DISPOSITION_AUTHORITY |
DISPOSITION_INSTRUCTIONS |
MODIFIER |
NAME |
ORIGINATING_ORGANIZATION |
ORIGINATOR |
PUBLICATION_DATE |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelSelector() |
static RuleConditions.PropertiesNamesByRel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleConditions.PropertiesNamesByRel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleConditions.PropertiesNamesByRel PUBLICATION_DATE
public static final RuleConditions.PropertiesNamesByRel DISPOSITION_AUTHORITY
public static final RuleConditions.PropertiesNamesByRel DISPOSITION_INSTRUCTIONS
public static final RuleConditions.PropertiesNamesByRel NAME
public static final RuleConditions.PropertiesNamesByRel ORIGINATING_ORGANIZATION
public static final RuleConditions.PropertiesNamesByRel ORIGINATOR
public static final RuleConditions.PropertiesNamesByRel CREATOR
public static final RuleConditions.PropertiesNamesByRel MODIFIER
public static final RuleConditions.PropertiesNamesByRel AUTHOR
public static final RuleConditions.PropertiesNamesByRel TITLE
public static RuleConditions.PropertiesNamesByRel[] values()
for (RuleConditions.PropertiesNamesByRel c : RuleConditions.PropertiesNamesByRel.values()) System.out.println(c);
public static RuleConditions.PropertiesNamesByRel 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 nullpublic String getRelSelector()
Copyright © 2005–2016 Alfresco Software. All rights reserved.