public class ExerciseType extends StringBasedErpType<ExerciseType>
Element: SOPTAUS Domain: SOPTAUS Length: 1 Type: N Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static ExerciseType |
American
American
|
static ExerciseType |
European
European
|
Constructor and Description |
---|
ExerciseType(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<ExerciseType> |
getType() |
ErpTypeConverter<ExerciseType> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final ExerciseType European
public static final ExerciseType American
public ExerciseType(String value)
@Nonnull public ErpTypeConverter<ExerciseType> getTypeConverter()
@Nonnull public Class<ExerciseType> getType()
getType
in class StringBasedErpType<ExerciseType>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<ExerciseType>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<ExerciseType>
Copyright © 2018 SAP SE. All rights reserved.