com.sap.aii.proxy.xiruntime.core

Interface TypeMetaData

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaseTypeMetaData

public interface TypeMetaData
extends Serializable

Interface enabling access to the meta data of a BaseType.

Copyright (c) 2002 SAP AG


Method Summary
 String getCategory()
          returns the category info of this BaseType (scalar/structure/tableType)
 String getDescription(String language)
          returns the text value of the description XML element in the given language, or the first description found if language is null.
 BigInteger getInternalLength1()
          returns the internal length of this BaseType in a non-Unicode or Unicode-1 system
 String getRelease()
          returns the release info of this BaseType
 String getSourceSystem()
          returns the source system info of this BaseType
 

Method Detail

getDescription

String getDescription(String language)
returns the text value of the description XML element in the given language, or the first description found if language is null.


getRelease

String getRelease()
returns the release info of this BaseType


getSourceSystem

String getSourceSystem()
returns the source system info of this BaseType


getCategory

String getCategory()
returns the category info of this BaseType (scalar/structure/tableType)


getInternalLength1

BigInteger getInternalLength1()
returns the internal length of this BaseType in a non-Unicode or Unicode-1 system

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.proxy.svc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice