public class ThresholdScheme extends IntegerBasedErpType<ThresholdScheme>
Domain: FTR_THRESHOLD_SCHEME Length: 2 Type: NUMC Decimals: 0
Constructor and Description |
---|
ThresholdScheme(int value) |
ThresholdScheme(long value) |
ThresholdScheme(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<ThresholdScheme> |
getType() |
boolean |
isSigned() |
static ThresholdScheme |
of(int value) |
static ThresholdScheme |
of(long value) |
static ThresholdScheme |
of(String value) |
byteValue, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public ThresholdScheme(String value)
public ThresholdScheme(int value)
public ThresholdScheme(long value)
public static ThresholdScheme of(String value)
public static ThresholdScheme of(int value)
public static ThresholdScheme of(long value)
public int getMaxLength()
public boolean isSigned()
public Class<ThresholdScheme> getType()
Copyright © 2017 SAP SE. All rights reserved.