public class Add extends Value
| Constructor and Description |
|---|
Add(Object byValue)
Recommended for use by SimpleRequests.
|
Add(String byTypeURI)
Recommended for use by SimpleProfiles.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject()
This is only supposed to be used internally.
|
String |
getURI()
This is only supposed to be used internally.
|
byURI, createEmptyInstancepublic Add(Object byValue)
byValue - An instance of a ManagedIndividual or native type representing
the value to addpublic Add(String byTypeURI)
byTypeURI - A type URI of a ManagedIndividual or native type representing
the type of value to add. However if the parameter is not a
valid URI, it will be understood as an instance of a String,
as if it used the "byValue" constructor instead.Copyright © 2018 universAAL Consortium. All rights reserved.