com.sap.sl.sdk.authoring.datafoundation
Interface StringValue

All Superinterfaces:
FlatValue, TypedValue

public interface StringValue
extends FlatValue

A representation of the model object 'String Value'. p> This interface is one of the FlatValue representation for the possible answers to a prompt. The object modelizes the values of type String.

To instantiate a value of type String for a prompt answer, you can use:

The following features are supported:


Method Summary
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

This is the value of type String used as prompt answer.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String)

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

This is the value of type String used as prompt answer.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.