public static enum IURLManager.CreateStrategy extends Enum<IURLManager.CreateStrategy>
Enum Constant and Description |
---|
AUTO
Creates a new instance and automatically decides if it is persisted
or if it is left transient.
|
NEVER
Never creates a new instance.
|
TRANSIENT
Creates a new transient instance (never persists the instance).
|
Modifier and Type | Method and Description |
---|---|
static IURLManager.CreateStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IURLManager.CreateStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IURLManager.CreateStrategy NEVER
public static final IURLManager.CreateStrategy TRANSIENT
public static final IURLManager.CreateStrategy AUTO
public static IURLManager.CreateStrategy[] values()
for (IURLManager.CreateStrategy c : IURLManager.CreateStrategy.values()) System.out.println(c);
public static IURLManager.CreateStrategy 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.