Uses of Class
nz.ac.waikato.adams.webservice.rats.blob.Properties
-
Packages that use Properties Package Description nz.ac.waikato.adams.webservice.rats.blob -
-
Uses of Properties in nz.ac.waikato.adams.webservice.rats.blob
Fields in nz.ac.waikato.adams.webservice.rats.blob declared as Properties Modifier and Type Field Description protected Properties
Blob. props
Methods in nz.ac.waikato.adams.webservice.rats.blob that return Properties Modifier and Type Method Description Properties
ObjectFactory. createProperties()
Create an instance ofProperties
Properties
Blob. getProps()
Gets the value of the props property.Methods in nz.ac.waikato.adams.webservice.rats.blob with parameters of type Properties Modifier and Type Method Description void
Blob. setProps(Properties value)
Sets the value of the props property.
-