public class ASNInstruction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Lower |
lower |
protected Upper |
upper |
protected java.lang.String |
value1 |
| Constructor and Description |
|---|
ASNInstruction() |
| Modifier and Type | Method and Description |
|---|---|
Lower |
getLower()
Gets the value of the lower property.
|
Upper |
getUpper()
Gets the value of the upper property.
|
java.lang.String |
getValue1()
Gets the value of the value1 property.
|
void |
setLower(Lower value)
Sets the value of the lower property.
|
void |
setUpper(Upper value)
Sets the value of the upper property.
|
void |
setValue1(java.lang.String value)
Sets the value of the value1 property.
|
protected java.lang.String value1
protected Lower lower
protected Upper upper
public java.lang.String getValue1()
Stringpublic void setValue1(java.lang.String value)
value - allowed object is
Stringpublic Lower getLower()
Lowerpublic void setLower(Lower value)
value - allowed object is
Lowerpublic Upper getUpper()
UpperCopyright © 2018 SAP SE. All Rights Reserved.