B C D E F G H I L M N P R S T U V

G

getAssociatedClass() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the corresponding Class object for the SimpleType, e.g.
getAttributeClass() - Method in interface com.sap.dictionary.runtime.ISimpleType
A SimpleType is instantiated as object of a class dependent of the SimpleType's builtInType.
getBackendConversionRule() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the backend conversion rule for this DataType.
getBackendName() - Method in interface com.sap.dictionary.runtime.IDataType
If the DataType is read from a non java-backend, a backend name exists and is delivered.
getBuiltInType() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the builtInType as String
getBuiltInTypeEnum() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the builtInType as Object
getClassLoader() - Method in interface com.sap.dictionary.runtime.IBroker
Returns the broker's classLoader
getClassLoader() - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns the provider's class loader
getColumnLabel() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the columnLabel.
getCurrencyUnitType(String, Locale) - Method in interface com.sap.dictionary.runtime.IDataProvider
Delivers the currency key decimal information The names are choosen according to the following definition Type Type Name Example Content amountType amount A decimal type 123,45 unitKeyType unitKey CURR_PACKAGE.currency EUR unitType unit CURR_PACKAGE.EUR e
getDataType() - Method in interface com.sap.dictionary.runtime.IField
Returns the data type used in the given field.
getDataType(IBroker) - Method in interface com.sap.dictionary.runtime.IField
Returns the data type used in the given field.
getDataType(String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a dataType with the given type name whereas name contains of package and typeName.
getDataType(String, Locale) - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns a dataType
getDataType(String, Locale, Object) - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns a dataType
getDataType(String, String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a dataType with the given dictionaryName and type name.
getDataTypeFromCache(String, Locale) - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns a dataType if it is in provider cache
getDefaultValue() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the defaultValue.
getDescription() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the description.
getDictionary(String) - Method in interface com.sap.dictionary.runtime.IBroker
Gets a DataDictionary as IDictionary out of the cache
getEnumeration() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the enumeration.
getEnumerationTexts() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the enumerationTexts. enumerationTexts contains a description for each enumeration value.
getField(int) - Method in interface com.sap.dictionary.runtime.IStructure
Returns a field instance via position, The first field has position 1!
getField(String) - Method in interface com.sap.dictionary.runtime.IStructure
Returns a field instance via name
getFieldLabel() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the fieldLabel.
getFormat() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the format. format is the string the format- and parse- methods are based onto.
getFormatTemplate() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the format template.
getFractionDigits() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets fractionDigits. totalDigits is the maximum number of digits in the fractional part of values of type decimal.
getLength() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the length.
getLocale() - Method in interface com.sap.dictionary.runtime.IBroker
Returns the TypeBroker's locale
getLocale() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the locale of this DataType.
getLocalName() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the unqualified name for this DataType, excluding the package, e.g text_simpletype for com.sap.abc.test_simpletype
getMaxExclusive() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets maxExclusive. maxExclusive is the exclusive upper bound of the value space for a datatype which ca be ordered.
getMaxExternalLength() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the maxExternalLength. maxExternalLength is the maximum length of values of this types on the screen.
getMaxInclusive() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets maxInclusive. maxInclusive is the inclusive upper bound of the value space for a datatype which ca be ordered.
getMaxLength() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the maximal length. maxLength is the maximal number of units of length, where units of length varies depending on the type.
getMinExclusive() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets minExclusive. minExclusive is the exclusive lower bound of the value space for a datatype which ca be ordered.
getMinInclusive() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets minInclusive. minInclusive is the inclusive lower bound of the value space for a datatype which ca be ordered.
getMinLength() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the minimal length. minLength is the minumum number of units of length, where units of length varies depending on the type.
getName() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the name for this DataType, including the package, e.g com.sap.abc.test_simpletype
getName() - Method in interface com.sap.dictionary.runtime.IField
Returns the field's name
getName() - Method in interface com.sap.dictionary.runtime.IStructure
Returns the structure's name
getNumberOfFields() - Method in interface com.sap.dictionary.runtime.IStructure
Returns the number of fields
getPattern() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets pattern. pattern is a constraint on the value space of a datatype which is achieved by constraining the lexical space to literals which match a specific pattern.
getPredefinedSimpleType(Class) - Method in interface com.sap.dictionary.runtime.IBroker
 
getPrefix() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the type's package, e.g com.sap.abc for com.sap.abc.test_simpletype
getProvider() - Method in interface com.sap.dictionary.runtime.ISimpleType
Get the SimpleType's provider
getProvider() - Method in interface com.sap.dictionary.runtime.IStructure
Get the SimpleType's provider
getQualifiedName() - Method in interface com.sap.dictionary.runtime.IDataType
Returns the name for this DataType, including the package, e.g com.sap.abc.test_simpletype
getQuickInfo() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the quickInfo.
getReadOnly() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets readOnly.
getReferenceField() - Method in interface com.sap.dictionary.runtime.IField
Returns the reference field of a given field.
getReferenceField(IBroker) - Method in interface com.sap.dictionary.runtime.IField
Returns the reference field of a given field.
getSimpleType(String, String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a simpleType with the given given dictionaryName and SimpleType name.
getStructure() - Method in interface com.sap.dictionary.runtime.IField
Returns the structure which contains this field
getStructure(String, String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a structure with the given dictionary name and structure name.
getSVServices() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the valueservices.
getTextLocale() - Method in interface com.sap.dictionary.runtime.ISimpleType
Deprecated. return value will be null - always
getTextService(ISimpleType) - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns a TextService
getTextServices() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the textservices.
getTotalDigits() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets totalDigits. totalDigits is the maximum number of digits in values of type decimal.
getTranslateFlag() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets translate-property.
getUnitOfMeasureType(String, Locale) - Method in interface com.sap.dictionary.runtime.IDataProvider
Delivers the unit of measure key decimal information Type Type Name Example Content amountType amount A decimal type 123,45 unitKeyType unitKey CURR_PACKAGE.currency EUR unitType unit CURR_PACKAGE.EUR e
getUnitService(IField) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a unit service for the given amount field.
getUnitService(IField, boolean) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a unit service for the given amount field.
getUppercase() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets Uppercase.
getValueService(ISimpleType) - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns a ValueService

B C D E F G H I L M N P R S T U V
Copyright © 2005 SAP AG. All Rights Reserved.