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