public class AttributeMode extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_ATTR_NORMAL |
static int |
_ATTR_READONLY |
static AttributeMode |
ATTR_NORMAL |
static AttributeMode |
ATTR_READONLY |
Modifier | Constructor and Description |
---|---|
protected |
AttributeMode(int value) |
Modifier and Type | Method and Description |
---|---|
static AttributeMode |
from_int(int value) |
int |
value() |
public static final int _ATTR_NORMAL
public static final AttributeMode ATTR_NORMAL
public static final int _ATTR_READONLY
public static final AttributeMode ATTR_READONLY
public int value()
public static AttributeMode from_int(int value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.