void |
AbstractAttributable.addAttribute(Attribute attr,
String path) |
Adds attr to the attributes at position indicated by path.
|
void |
Attributable.addAttribute(Attribute attr,
String path) |
Adds attr to the attributes at position indicated by path.
|
void |
AbstractAttributable.addBoolean(String path,
String id,
boolean value) |
Adds an BooleanAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addBoolean(String path,
String id,
boolean value) |
Adds a BooleanAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
AbstractAttributable.addByte(String path,
String id,
byte value) |
Adds an ByteAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addByte(String path,
String id,
byte value) |
Adds an ByteAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
AbstractAttributable.addDouble(String path,
String id,
double value) |
Adds a DoubleAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addDouble(String path,
String id,
double value) |
Adds a DoubleAttribute with the given value and id
to a CollectionAttribute at path .
|
void |
AbstractAttributable.addFloat(String path,
String id,
float value) |
Adds a FloatAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addFloat(String path,
String id,
float value) |
Adds a FloatAttribute with the given value and id
to a CollectionAttribute at path .
|
void |
AbstractAttributable.addInteger(String path,
String id,
int value) |
Adds an IntegerAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addInteger(String path,
String id,
int value) |
Adds an IntegerAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
AbstractAttributable.addLong(String path,
String id,
long value) |
Adds an LongAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addLong(String path,
String id,
long value) |
Adds an LongAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
AbstractAttributable.addShort(String path,
String id,
short value) |
Adds an ShortAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addShort(String path,
String id,
short value) |
Adds an ShortAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
AbstractAttributable.addString(String path,
String id,
String value) |
Adds a StringAttribute with the given value and id to a
CollectionAttribute at path .
|
void |
Attributable.addString(String path,
String id,
String value) |
Adds an StringAttribute with the given value and id to a
CollectionAttribute at path .
|
Attribute |
CollectionAttribute.getAttribute(String path) |
Returns the Attribute located at path .
|