com.sap.sl.sdk.authoring.commons
Interface Property

All Known Subinterfaces:
CustomProperty, QueryScriptProperty

public interface Property

A representation of the model object 'Property'.

This object represents custom properties and query script properties.

A property is made of a {key,value} pair.

The following features are supported:


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

Method Detail

getKey

java.lang.String getKey()
Returns the value of the 'Key' attribute.

This string represents the key of the property.

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String)

setKey

void setKey(java.lang.String value)
Sets the value of the 'Key' attribute.

This string represents the key of the property.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()

getValue

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

This string represents the value of the property.

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 string represents the value of the property.

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


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