public class Persistence extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_PERMANENT |
static int |
_TEMPORARY |
static Persistence |
PERMANENT |
static Persistence |
TEMPORARY |
Modifier and Type | Method and Description |
---|---|
static Persistence |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static Persistence |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static Persistence[] |
values()
Returns an array that contains the values for this enum.
|
public static final Persistence TEMPORARY
public static final Persistence PERMANENT
public static final int _TEMPORARY
public static final int _PERMANENT
public static Persistence valueOf(int value)
public static Persistence valueOf(String name)
public static Persistence[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.