public class NewInputValues extends StringBasedErpType<NewInputValues>
Domain: XFLAG Length: 1 Type: CHAR Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static NewInputValues |
Blank
Blank
|
static NewInputValues |
RadioButton
Radio button
|
static NewInputValues |
Selection
Selection
|
Constructor and Description |
---|
NewInputValues(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<NewInputValues> |
getType() |
ErpTypeConverter<NewInputValues> |
getTypeConverter() |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final NewInputValues Blank
public static final NewInputValues RadioButton
public static final NewInputValues Selection
public NewInputValues(String value)
public ErpTypeConverter<NewInputValues> getTypeConverter()
public Class<NewInputValues> getType()
getType
in class StringBasedErpType<NewInputValues>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<NewInputValues>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<NewInputValues>
Copyright © 2017 SAP SE. All rights reserved.