Interface SceneItemValue
-
- All Superinterfaces:
Serializable
public interface SceneItemValue extends Serializable
- Author:
- mederly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAdditionalText()
PrismValue
getSourceValue()
String
getText()
-
-
-
Method Detail
-
getText
String getText()
-
getAdditionalText
String getAdditionalText()
-
getSourceValue
PrismValue getSourceValue()
-
-