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