public static enum DomainResourceReferences.ObjectRole extends Enum<DomainResourceReferences.ObjectRole>
Modifier and Type | Method and Description |
---|---|
static DomainResourceReferences.ObjectRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceReferences.ObjectRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainResourceReferences.ObjectRole READER
public static final DomainResourceReferences.ObjectRole OWNER
public static DomainResourceReferences.ObjectRole[] values()
for (DomainResourceReferences.ObjectRole c : DomainResourceReferences.ObjectRole.values()) System.out.println(c);
public static DomainResourceReferences.ObjectRole 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 © 2009-2018 The Apache Software Foundation. All Rights Reserved.