public class LifespanPolicyValue extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_PERSISTENT |
static int |
_TRANSIENT |
static LifespanPolicyValue |
PERSISTENT |
static LifespanPolicyValue |
TRANSIENT |
Modifier | Constructor and Description |
---|---|
protected |
LifespanPolicyValue(int value) |
Modifier and Type | Method and Description |
---|---|
static LifespanPolicyValue |
from_int(int value) |
int |
value() |
public static final int _TRANSIENT
public static final LifespanPolicyValue TRANSIENT
public static final int _PERSISTENT
public static final LifespanPolicyValue PERSISTENT
public int value()
public static LifespanPolicyValue from_int(int value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.