public class SelectionOperatorOption extends StringBasedErpType<SelectionOperatorOption>
Domain: BAPIOPTION Length: 2 Type: CHAR Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static SelectionOperatorOption |
BetweenLowerAndUpperValueLowXHigh
Between lower and upper value (Low <= x <= High)
|
static SelectionOperatorOption |
ContainsThePattern
Contains the pattern
|
static SelectionOperatorOption |
DoesNotContainThePattern
Does not contain the pattern
|
static SelectionOperatorOption |
EqualToLow
Equal To (= Low)
|
static SelectionOperatorOption |
GreaterThanLow
Greater Than (> Low)
|
static SelectionOperatorOption |
GreaterThanOrEqualToLow
Greater Than or Equal To (>=Low)
|
static SelectionOperatorOption |
LessThanLow
Less Than (< Low)
|
static SelectionOperatorOption |
LessThanOrEqualToLow
Less Than or Equal To (<= Low)
|
static SelectionOperatorOption |
NotEqualToLow
Not Equal To (<> Low)
|
static SelectionOperatorOption |
OutsideLowerAndUpperValueXLowAndHighX
Outside lower and upper value (x < Low and High < x )
|
Constructor and Description |
---|
SelectionOperatorOption(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<SelectionOperatorOption> |
getType() |
ErpTypeConverter<SelectionOperatorOption> |
getTypeConverter() |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final SelectionOperatorOption EqualToLow
public static final SelectionOperatorOption NotEqualToLow
public static final SelectionOperatorOption BetweenLowerAndUpperValueLowXHigh
public static final SelectionOperatorOption OutsideLowerAndUpperValueXLowAndHighX
public static final SelectionOperatorOption ContainsThePattern
public static final SelectionOperatorOption DoesNotContainThePattern
public static final SelectionOperatorOption LessThanLow
public static final SelectionOperatorOption LessThanOrEqualToLow
public static final SelectionOperatorOption GreaterThanLow
public static final SelectionOperatorOption GreaterThanOrEqualToLow
public SelectionOperatorOption(String value)
public ErpTypeConverter<SelectionOperatorOption> getTypeConverter()
public Class<SelectionOperatorOption> getType()
getType
in class StringBasedErpType<SelectionOperatorOption>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<SelectionOperatorOption>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<SelectionOperatorOption>
Copyright © 2017 SAP SE. All rights reserved.