Uses of Interface
uk.org.ogsadai.client.toolkit.properties.Property

Packages that use Property
uk.org.ogsadai.client Provides a collection of command-line OGSA-DAI clients. 
uk.org.ogsadai.client.toolkit.properties This package provides classes which act as client-side representations of the properties of data services and data service resources. 
uk.org.ogsadai.client.toolkit.service This package provides interfaces representing web services and OGSA-DAI data services. 
uk.org.ogsadai.client.toolkit.wsi This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service
uk.org.ogsadai.client.toolkit.wsrf This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service
 

Uses of Property in uk.org.ogsadai.client
 

Methods in uk.org.ogsadai.client that return Property
private static Property Client.getProperty(ConfigurableDataService service, java.lang.String property)
          Contact a service and return a single property.
private static Property[] Client.getProperties(ConfigurableDataService service, java.lang.String[] properties)
          Contact a service and return multiple properties.
 

Methods in uk.org.ogsadai.client with parameters of type Property
private static void Client.displayProperty(Property property)
          Display the name and value of a property.
 

Uses of Property in uk.org.ogsadai.client.toolkit.properties
 

Classes in uk.org.ogsadai.client.toolkit.properties that implement Property
 class SimplePropertyImpl
          A representation of a property as a name-value pair.
 

Methods in uk.org.ogsadai.client.toolkit.properties with parameters of type Property
static DataResourceInfo DataResourceInfo.createFromProperty(Property property)
          Creates a DataResourceInfo object from a property holding a value representing this information.
static DataServiceInfo[] DataServiceInfo.getInfoForServices(Property property)
          Creates a DataServicesInfo object from a Property which contains the data services information in XML So far, the info mainly for checking status of data services at the last activity.
static java.lang.String PropertyUtilities.getAsString(Property property)
          Retrieves a string value from a property.
static int PropertyUtilities.getAsInt(Property property)
          Retrieves the integer value from a property.
static float PropertyUtilities.getAsFloat(Property property)
          Retrieves the float value from a property.
static boolean PropertyUtilities.getAsBoolean(Property property)
          Retrieves the boolean value from a property.
static javax.xml.namespace.QName PropertyUtilities.getAsQName(Property property)
          Retrieves the qualified name value from a property.
static RequestStatus RequestStatus.createFromProperty(Property property)
          Creates a RequestStatus object from a property holding a value representing the request status.
static DAIVersion DAIVersion.createFromProperty(Property property)
          Creates a DAIVersion object from a property holding a value representing this information.
static ActivityMetaData[] ActivityMetaData.createFromProperty(Property property)
          Creates an array of ActivityMetaData objects from a property holding a value representing activity meta data.
 

Uses of Property in uk.org.ogsadai.client.toolkit.service
 

Methods in uk.org.ogsadai.client.toolkit.service that return Property
 Property Properties.getProperty(javax.xml.namespace.QName name)
          Obtain a property of a resource.
 Property[] Properties.getProperties(javax.xml.namespace.QName[] names)
          Obtain multiple properties of a resource.
 

Uses of Property in uk.org.ogsadai.client.toolkit.wsi
 

Methods in uk.org.ogsadai.client.toolkit.wsi that return Property
 Property WSIDataService.getProperty(javax.xml.namespace.QName propertyName)
           
 Property[] WSIDataService.getProperties(javax.xml.namespace.QName[] names)
           
 

Uses of Property in uk.org.ogsadai.client.toolkit.wsrf
 

Methods in uk.org.ogsadai.client.toolkit.wsrf that return Property
 Property WSRFDataService.getProperty(javax.xml.namespace.QName propertyName)
           
 Property[] WSRFDataService.getProperties(javax.xml.namespace.QName[] names)