com.sage.swt.client.sdata
Interface DataSourcePropertyInfo

All Known Implementing Classes:
DefaultDataSourcePropertyInfo

public interface DataSourcePropertyInfo

Interface for a property information object that is part of a datasource information object. Property information objects are used to hold information about a datasource's included properties and excluded properties.


Method Summary
 java.lang.String getPath()
          Gets the SData path to the property relative to the datasource's own SData "src" URL (an example relative property path would be "/CustomerName").
 

Method Detail

getPath

java.lang.String getPath()
Gets the SData path to the property relative to the datasource's own SData "src" URL (an example relative property path would be "/CustomerName").

Returns:
The SData path to the property relative to the datasource's own SData "src" URL (an example relative property path would be "/CustomerName").


Copyright © 2011 Sage Software, Inc. All rights reserved.