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