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