public interface CharacteristicValue
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCharacteristic() |
String |
getCharacteristicText() |
String |
getInstId() |
String |
getValue() |
String |
getValueText() |
boolean |
isInvisible() |
void |
setAuthor(String author)
Sets instance author.
|
void |
setCharacteristic(String characteristic)
Sets characteristic name
|
void |
setCharacteristicText(String characteristicText)
Sets language dependent characteristic text
|
void |
setInstId(String instId)
Sets ID of instance the value belongs to
|
void |
setInvisible(boolean invisible)
Indicate whether value is invisible
|
void |
setValue(String value)
Sets value
|
void |
setValueText(String valueText)
Sets language dependent text for value
|
void setInvisible(boolean invisible)
invisible - boolean isInvisible()
void setAuthor(String author)
author - String getAuthor()
void setValueText(String valueText)
valueText - String getValueText()
void setValue(String value)
value - String getValue()
void setCharacteristicText(String characteristicText)
characteristicText - String getCharacteristicText()
void setCharacteristic(String characteristic)
characteristic - String getCharacteristic()
void setInstId(String instId)
instId - String getInstId()
Copyright © 2017 SAP SE. All Rights Reserved.