public class Change extends Value
| Constructor and Description |
|---|
Change(Object byValue)
Recommended for use by SimpleRequests.
|
Change(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 Change(Object byValue)
byValue - An instance of a ManagedIndividual or native type representing
the new value to setpublic Change(String byTypeURI)
byTypeURI - A type URI of a ManagedIndividual or native type representing
the type of new value to set. 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.