public static enum ServiceMetadata.Scope extends Enum<ServiceMetadata.Scope>
Modifier and Type | Method and Description |
---|---|
static ServiceMetadata.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceMetadata.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceMetadata.Scope singleton
public static final ServiceMetadata.Scope bundle
public static final ServiceMetadata.Scope prototype
public static ServiceMetadata.Scope[] values()
for (ServiceMetadata.Scope c : ServiceMetadata.Scope.values()) System.out.println(c);
public static ServiceMetadata.Scope 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 © 2006–2020 The Apache Software Foundation. All rights reserved.