public static enum CmsDocumentDependency.DependencyType extends java.lang.Enum<CmsDocumentDependency.DependencyType>
| Enum Constant and Description |
|---|
attachment
A attachment dependency.
|
document
The main document dependency.
|
variant
A variant dependency.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsDocumentDependency.DependencyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsDocumentDependency.DependencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsDocumentDependency.DependencyType attachment
public static final CmsDocumentDependency.DependencyType document
public static final CmsDocumentDependency.DependencyType variant
public static CmsDocumentDependency.DependencyType[] values()
for (CmsDocumentDependency.DependencyType c : CmsDocumentDependency.DependencyType.values()) System.out.println(c);
public static CmsDocumentDependency.DependencyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null