Package | Description |
---|---|
org.jboss.cache |
Modifier and Type | Method and Description |
---|---|
static AbstractNode.NodeFlags |
AbstractNode.NodeFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractNode.NodeFlags[] |
AbstractNode.NodeFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractNode.isFlagSet(AbstractNode.NodeFlags flag)
Tests whether a flag is set.
|
protected void |
AbstractNode.setFlag(AbstractNode.NodeFlags flag)
Unility method that sets the value of the given flag to true.
|
protected void |
AbstractNode.setFlag(AbstractNode.NodeFlags flag,
boolean value)
Utility method for setting or unsetting a flag.
|
protected void |
AbstractNode.unsetFlag(AbstractNode.NodeFlags flag)
Utility method that sets the value of the flag to false.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.