public final class AttributeValue extends Object implements Comparable<AttributeValue>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
asInt() |
int |
compareTo(AttributeValue other) |
boolean |
equals(Object obj) |
static AttributeValue |
fromBytes(byte[] bytes) |
static AttributeValue |
fromString(String string) |
boolean |
isBoolean() |
boolean |
isNumeric() |
boolean |
isOpaque() |
boolean |
isString() |
String |
toString() |
public static AttributeValue fromString(String string)
public static AttributeValue fromBytes(byte[] bytes)
public boolean isBoolean()
public boolean isNumeric()
public boolean isOpaque()
public boolean isString()
public int asInt()
public int compareTo(AttributeValue other)
compareTo in interface Comparable<AttributeValue>Copyright © 2016 JBoss by Red Hat. All rights reserved.