public class ParameterDescriptor extends Object
AxisDataProvider,
CellDataResolver| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterDescriptor.Scope
Parameter scope.
|
| Constructor and Description |
|---|
ParameterDescriptor(String qualifier,
String nameLocKey,
String typeCode)
Creates new parameter descriptor.
|
ParameterDescriptor(String qualifier,
String nameLocKey,
String typeCode,
ParameterDescriptor.Scope scope)
Creates new parameter descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns localized name of this parameter.
|
String |
getQualifier()
Returns the qualifier of this parameter.
|
ParameterDescriptor.Scope |
getScope()
Returns the scope of this parameter.
|
String |
getTypeCode()
Returns the value type code
|
public ParameterDescriptor(String qualifier, String nameLocKey, String typeCode)
qualifier - qualifier of the parameter. Must be unique within the data provider/resolver.nameLocKey - the localization key for the name of the parametertypeCode - the type code of the parameter valuepublic ParameterDescriptor(String qualifier, String nameLocKey, String typeCode, ParameterDescriptor.Scope scope)
qualifier - qualifier of the parameter. Must be unique within the data provider/resolver.nameLocKey - the localization key for the name of the parametertypeCode - the type code of the parameter valuescope - the scope of this parameterParameterDescriptor.Scopepublic String getQualifier()
public String getName()
nameLocKey is used as localization key.public String getTypeCode()
public ParameterDescriptor.Scope getScope()
ParameterDescriptor.ScopeCopyright © 2017 SAP SE. All Rights Reserved.