public class ReasonForTaxExemption extends StringBasedErpType<ReasonForTaxExemption>
Domain: J_3RF_EXEMPTION_REASON Length: 1 Type: CHAR Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static ReasonForTaxExemption |
AssetIsNotIncludedToThePropretyTaxDeclaration
Asset is not included to the proprety tax declaration
|
static ReasonForTaxExemption |
AssetIsTaxable
Asset is taxable
|
Constructor and Description |
---|
ReasonForTaxExemption(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<ReasonForTaxExemption> |
getType() |
ErpTypeConverter<ReasonForTaxExemption> |
getTypeConverter() |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final ReasonForTaxExemption AssetIsTaxable
public static final ReasonForTaxExemption AssetIsNotIncludedToThePropretyTaxDeclaration
public ReasonForTaxExemption(String value)
public ErpTypeConverter<ReasonForTaxExemption> getTypeConverter()
public Class<ReasonForTaxExemption> getType()
getType
in class StringBasedErpType<ReasonForTaxExemption>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<ReasonForTaxExemption>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<ReasonForTaxExemption>
Copyright © 2017 SAP SE. All rights reserved.