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