Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Interface ArgumentsMap


@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface ArgumentsMap

Map between argument names and values.


Method Summary
 java.lang.Object getArgumentValue(java.lang.String argumentName)
          Get the value for the specified argument name.
 

Method Detail

getArgumentValue

java.lang.Object getArgumentValue(java.lang.String argumentName)
Get the value for the specified argument name. The argument name must be one of the arguments defined in AuthorOperation.getArguments() method.

Parameters:
argumentName - The name of the argument.
Returns:
The value of the argument, or null if a value was not stored for the given argument.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.