A C D E G I L M N O P S V

G

get(String) - Method in interface org.w3c.ddr.simple.Evidence
Get the value corresponding to the key.
getAll() - Method in interface org.w3c.ddr.simple.PropertyValues
Obtain all of the PropertyValue instances as an array.
getAspectName() - Method in interface org.w3c.ddr.simple.PropertyRef
The name of the aspect, according to a vocabulary of aspect terms.
getBoolean() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the Boolean value of the property.
getCode() - Method in exception org.w3c.ddr.simple.exception.DDRException
Retrieves the exception code, which determines the nature/cause of the exception.
getDataVersion() - Method in interface org.w3c.ddr.simple.Service
An informative implementation-specific method to indicate the revision level of the underlying data, if known.
getDouble() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the double value of the property, in the default units specified in its vocabulary.
getEnumeration() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the value of the property as a list of strings.
getFloat() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the float value of the property, in the default units specified in its vocabulary.
getImplementationVersion() - Method in interface org.w3c.ddr.simple.Service
A informative implementation-specific method to determine the version of the implementation of the API.
getInteger() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the integer value of the property, in the default units specified in its vocabulary.
getLocalPropertyName() - Method in interface org.w3c.ddr.simple.PropertyName
The formal name (ID) of the property term from a vocabulary of property terms.
getLocalPropertyName() - Method in interface org.w3c.ddr.simple.PropertyRef
The name of the property, according to a vocabulary of property terms.
getLong() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the long value of the property, in the default units specified in its vocabulary.
getMessage() - Method in exception org.w3c.ddr.simple.exception.DDRException
Retrieves a human-readable diagnostic message, intended for error messages.
getNamespace() - Method in interface org.w3c.ddr.simple.PropertyName
The namespace of the vocabulary containing the property term.
getNamespace() - Method in interface org.w3c.ddr.simple.PropertyRef
The namespace of the property and aspect terms.
getPropertyRef() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the PropertyRef that identifies the property to which this PropertyValue instance applies.
getPropertyValue(Evidence, PropertyRef) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get the PropertyValue of the property named by the propertyRef, in the property vocabulary given by the propertyRef and in the aspect also given by the propertyRef.
getPropertyValue(Evidence, PropertyName) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get the PropertyValue of the property named by the propertyName in the vocabulary given by the propertyName and in the default aspect of the property according to the property's vocabulary.
getPropertyValue(Evidence, String) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get the value of the property named by the localPropertyName, which is a term in the default property vocabulary defined during initialization and in the default aspect for the property as defined in the default property vocabulary.
getPropertyValue(Evidence, String, String, String) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get the value of the property named by the localPropertyName, which is a term in the given vocabulary of properties identified by a namespace IRI and in the given aspect for the property.
getPropertyValues(Evidence) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get all of the available values of properties in the default property vocabulary.
getPropertyValues(Evidence, PropertyRef[]) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get the value of each property in the array of PropertyRef instances.
getPropertyValues(Evidence, String) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get all of the available values for all properties in the default vocabulary whose aspect is the localAspectName.
getPropertyValues(Evidence, String, String) - Method in interface org.w3c.ddr.simple.Service
Use the evidence provided to get all of the available values for all properties in the given vocabulary whose aspect is the localAspectName.
getString() - Method in interface org.w3c.ddr.simple.PropertyValue
Returns the string value of the property, or a string version of the property.
getValue(PropertyRef) - Method in interface org.w3c.ddr.simple.PropertyValues
Obtain an identified PropertyValue instance from the collection, using a PropertyRef as the identifier.

A C D E G I L M N O P S V