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