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