public class Value extends Portable
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
Value() |
|
Value(double x) |
|
Value(int x) |
|
Value(int x,
boolean isVocab) |
protected |
Value(long cPtr,
boolean cMemoryOwn) |
|
Value(java.lang.String str) |
|
Value(java.lang.String str,
boolean isVocab) |
|
Value(SWIGTYPE_p_void data,
int length) |
|
Value(Value alt) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asBlob() |
long |
asBlobLength() |
boolean |
asBool() |
Property |
asDict() |
double |
asDouble() |
int |
asInt() |
SWIGTYPE_p_YARP_INT64 |
asInt64() |
Bottle |
asList() |
Searchable |
asSearchable() |
java.lang.String |
asString() |
int |
asVocab() |
boolean |
check(java.lang.String key) |
boolean |
check(java.lang.String key,
java.lang.String comment) |
Value |
check(java.lang.String key,
Value fallback) |
Value |
check(java.lang.String key,
Value fallback,
java.lang.String comment) |
Value |
clone_c() |
Value |
create() |
void |
delete() |
protected void |
finalize() |
Value |
find(java.lang.String key) |
Bottle |
findGroup(java.lang.String key) |
Bottle |
findGroup(java.lang.String key,
java.lang.String comment) |
void |
fromString(java.lang.String str) |
int |
getCode() |
protected static long |
getCPtr(Value obj) |
static Value |
getNullValue() |
boolean |
isBlob() |
boolean |
isBool() |
boolean |
isDict() |
boolean |
isDouble() |
boolean |
isEqual(java.lang.String alt) |
boolean |
isEqual(Value alt) |
boolean |
isInt() |
boolean |
isInt64() |
boolean |
isLeaf() |
boolean |
isList() |
boolean |
isNull() |
boolean |
isString() |
boolean |
isVocab() |
static Value |
makeBlob(SWIGTYPE_p_void data,
int length) |
static Value |
makeDouble(double x) |
static Value |
makeInt(int x) |
static Value |
makeList() |
static Value |
makeList(java.lang.String txt) |
static Value |
makeString(java.lang.String str) |
static Value |
makeValue(java.lang.String txt) |
static Value |
makeVocab(int v) |
static Value |
makeVocab(java.lang.String str) |
boolean |
notEqual(java.lang.String alt) |
boolean |
notEqual(Value alt) |
boolean |
read(ConnectionReader connection) |
java.lang.String |
toString_c() |
java.lang.String |
toString() |
boolean |
write(ConnectionWriter connection) |
copyPortable, getCPtr, getType
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected Value(long cPtr, boolean cMemoryOwn)
public Value()
public Value(int x, boolean isVocab)
public Value(int x)
public Value(double x)
public Value(java.lang.String str, boolean isVocab)
public Value(java.lang.String str)
public Value(SWIGTYPE_p_void data, int length)
public Value(Value alt)
protected static long getCPtr(Value obj)
public boolean check(java.lang.String key)
public boolean check(java.lang.String key, java.lang.String comment)
public Bottle findGroup(java.lang.String key)
public Bottle findGroup(java.lang.String key, java.lang.String comment)
public boolean isBool()
public boolean isInt()
public boolean isInt64()
public boolean isString()
public boolean isDouble()
public boolean isList()
public boolean isDict()
public boolean isVocab()
public boolean isBlob()
public boolean asBool()
public int asInt()
public SWIGTYPE_p_YARP_INT64 asInt64()
public int asVocab()
public double asDouble()
public java.lang.String asString()
public Bottle asList()
public Property asDict()
public Searchable asSearchable()
public java.lang.String asBlob()
public long asBlobLength()
public boolean read(ConnectionReader connection)
public boolean write(ConnectionWriter connection)
public Value find(java.lang.String key)
public boolean isEqual(Value alt)
public boolean notEqual(Value alt)
public boolean isEqual(java.lang.String alt)
public boolean notEqual(java.lang.String alt)
public void fromString(java.lang.String str)
public java.lang.String toString()
toString
in class java.lang.Object
public Value create()
public Value clone_c()
public int getCode()
public boolean isNull()
public boolean isLeaf()
public static Value makeInt(int x)
public static Value makeDouble(double x)
public static Value makeString(java.lang.String str)
public static Value makeVocab(int v)
public static Value makeVocab(java.lang.String str)
public static Value makeBlob(SWIGTYPE_p_void data, int length)
public static Value makeList()
public static Value makeList(java.lang.String txt)
public static Value makeValue(java.lang.String txt)
public static Value getNullValue()
public java.lang.String toString_c()