com.sage.orion.sdata.servlet
Interface SDataSchema

All Known Implementing Classes:
AdhocQueryFileSchemaDefaultImpl, FileSchema, GroupedKindSchema, SchemaChange, SDataExternalSchema, ServiceSchema

public interface SDataSchema

a schema as understood by the SData specification.


Method Summary
 org.w3c.dom.Element getAsElement(org.w3c.dom.Document document)
          returns a schema element that expresses the schema.
 java.lang.String getVersion()
          a version that identifies the schema or null if there is none
 

Method Detail

getAsElement

org.w3c.dom.Element getAsElement(org.w3c.dom.Document document)
returns a schema element that expresses the schema.

The schema returned is intended either to be made the content of a document or added to a link element etc.

Parameters:
document - the element to which to add itself

getVersion

java.lang.String getVersion()
a version that identifies the schema or null if there is none



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