B C D E F G H I K L M N P Q 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
getCause() - Method in class com.sap.dictionary.runtime.DdException
Get the exception's cause
getCause() - Method in class com.sap.dictionary.runtime.DdRuntimeException
Get the exception's cause
getClassLoader() - Method in class com.sap.dictionary.runtime.DdBroker
 
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.
getColumnLabel(Locale) - Method in interface com.sap.typeservices.ITextServices
Returns the column label for the given Locale.
getColumnLabel() - Method in interface com.sap.typeservices.ITextServices
Returns the column label for the default Locale.
getCurrencyService(ISimpleType, boolean, Locale) - Method in class com.sap.dictionary.runtime.DdBroker
 
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(String, String) - Method in class com.sap.dictionary.runtime.DdBroker
 
getDataType(String) - Method in class com.sap.dictionary.runtime.DdBroker
 
getDataType(IField) - Method in class com.sap.dictionary.runtime.DdBroker
 
getDataType(String, String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a dataType with the given dictionaryName and type name.
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(IBroker) - Method in interface com.sap.dictionary.runtime.IField
Returns the data type used in the given field.
getDataType() - Method in interface com.sap.dictionary.runtime.IField
Returns the data type used in the given field.
getDataTypeFromCache(String, Locale) - Method in interface com.sap.dictionary.runtime.IDataProvider
Returns a dataType if it is in provider cache
getDefaultTimeZone() - Static method in class com.sap.dictionary.runtime.DdDictionaryPool
 
getDefaultValue() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the defaultValue.
getDescription() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the description.
getDescription(Locale) - Method in interface com.sap.typeservices.ITextServices
Returns the description for the given Locale.
getDescription() - Method in interface com.sap.typeservices.ITextServices
Returns the description for the default Locale.
getDictionary(String) - Method in class com.sap.dictionary.runtime.DdBroker
 
getDictionary(String, ClassLoader, IConfig) - Method in class com.sap.dictionary.runtime.DdDictionaryPool
 
getDictionary(String, ClassLoader) - Method in class com.sap.dictionary.runtime.DdDictionaryPool
 
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.
getExType() - Method in class com.sap.dictionary.runtime.DdException
 
getExType() - Method in class com.sap.dictionary.runtime.DdParseException
 
getExType() - Method in class com.sap.dictionary.runtime.DdRuntimeException
 
getField(String) - Method in interface com.sap.dictionary.runtime.IStructure
Returns a field instance via name
getField(int) - Method in interface com.sap.dictionary.runtime.IStructure
Returns a field instance via position, The first field has position 1!
getFieldLabel() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the fieldLabel.
getFieldLabel(Locale) - Method in interface com.sap.typeservices.ITextServices
Returns the field label for the given Locale.
getFieldLabel() - Method in interface com.sap.typeservices.ITextServices
Returns the field label for the default Locale.
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.
getInstance() - Static method in class com.sap.dictionary.runtime.DdDictionaryPool
 
getKey(String) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the first key found in this SimpleValueSet with which the specified text for the current internal default locale is associated.
getKey(String, Locale) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the first key found in this SimpleValueSet with which the specified text for the given locale is associated.
getKey(int) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the key at the specified index of this SimpleValueSet.
getLength() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the length.
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
getLocale() - Method in class com.sap.dictionary.runtime.DdBroker
 
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.
getLocale() - Method in interface com.sap.typeservices.ISimpleValueServices
Returns the value set's Locale.
getLocale() - Method in interface com.sap.typeservices.ISimpleValueSet
Gets the current value of the internal default locale for this instance of the SimpleValueSet.
getLocale() - Method in interface com.sap.typeservices.ITextServices
Returns the default Locale.
getLocalizedMessage() - Method in class com.sap.dictionary.runtime.DdException
Get the exception message in default local
getLocalizedMessage(Locale) - Method in class com.sap.dictionary.runtime.DdException
Get the exception message in default local
getLocalizedMessage() - Method in class com.sap.dictionary.runtime.DdParseException
Get the exception message in default local
getLocalizedMessage(Locale) - Method in class com.sap.dictionary.runtime.DdParseException
Get the exception message in default local
getLocalizedMessage() - Method in class com.sap.dictionary.runtime.DdRuntimeException
Get the exception message in default local
getLocalizedMessage(Locale) - Method in class com.sap.dictionary.runtime.DdRuntimeException
Get the exception message in default local
getLogicalSystemInfo(String, ClassLoader) - Method in class com.sap.dictionary.runtime.DdDictionaryPool
 
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.
getModifiableSimpleValueSet() - Method in interface com.sap.typeservices.ISimpleValueServices
Returns a modifiable variant of the type's value set.
getModifiableVariant() - Method in interface com.sap.typeservices.ITextServices
Returns a modifiable variant of this text services.
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 class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(String) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(byte[]) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Boolean) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(boolean) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(BigDecimal) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(BigInteger) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Byte) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Double) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Float) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Integer) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Long) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Short) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(byte) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(double) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(float) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(int) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(long) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(short) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Date) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Date) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Time) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Timestamp) - Method in class com.sap.dictionary.runtime.DdBroker
 
getPredefinedSimpleType(Class) - Method in interface com.sap.dictionary.runtime.IBroker
 
getPredefinedSimpleTypeByName(String) - Method in class com.sap.dictionary.runtime.DdBroker
 
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(String) - Method in interface com.sap.dictionary.runtime.IProviderFactory
 
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
getQuantityService(ISimpleType, boolean, Locale) - Method in class com.sap.dictionary.runtime.DdBroker
 
getQuickInfo() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the quickInfo.
getQuickInfo(Locale) - Method in interface com.sap.typeservices.ITextServices
Returns the quick info (or tool tip) for the given Locale.
getQuickInfo() - Method in interface com.sap.typeservices.ITextServices
Returns the quick info (or tool tip) for the default Locale.
getReadOnly() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets readOnly.
getReferenceField(IBroker) - Method in interface com.sap.dictionary.runtime.IField
Returns the reference field of a given field.
getReferenceField() - Method in interface com.sap.dictionary.runtime.IField
Returns the reference field of a given field.
getSVServices() - Method in interface com.sap.dictionary.runtime.ISimpleType
Gets the valueservices.
getSimpleType(String, String) - Method in class com.sap.dictionary.runtime.DdBroker
 
getSimpleType(String, String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a simpleType with the given given dictionaryName and SimpleType name.
getStructure(String, String) - Method in class com.sap.dictionary.runtime.DdBroker
 
getStructure(String, String) - Method in interface com.sap.dictionary.runtime.IBroker
Returns a structure with the given dictionary name and structure name.
getStructure() - Method in interface com.sap.dictionary.runtime.IField
Returns the structure which contains this field
getText(Object) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the text for the current internal default locale to which the specified key is mapped in this SimpleValueSet.
getText(Object, Locale) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the text for the given locale to which the specified key is mapped in this SimpleValueSet.
getText(int) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the text for the current internal default locale at the specified index of this SimpleValueSet, or null if the SimpleValueSet contains no text for the current internal default locale at the specified index.
getText(int, Locale) - Method in interface com.sap.typeservices.ISimpleValueSet
Returns the text for the given locale at the specified index of this SimpleValueSet, or null if the SimpleValueSet contains no text for the given locale at the specified index.
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 class com.sap.dictionary.runtime.DdBroker
Returns a unit service for the given amount type.
getUnitService(IField, boolean) - Method in class com.sap.dictionary.runtime.DdBroker
 
getUnitService(ISimpleType, ISimpleType) - Method in class com.sap.dictionary.runtime.DdBroker
 
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
getValues(Locale) - Method in interface com.sap.typeservices.ISimpleValueServices
Deprecated. There should be no need to have a default locale different to the ISimpleType.
getValues() - Method in interface com.sap.typeservices.ISimpleValueServices
Returns the type's value set.

B C D E F G H I K L M N P Q R S T U V
Copyright 2006 SAP AG Complete Copyright Notice