org.ucmtwine.parameter.types
Class LongParameter
java.lang.Object
org.ucmtwine.parameter.Parameter
org.ucmtwine.parameter.types.LongParameter
- All Implemented Interfaces:
- IParameter
public class LongParameter
- extends Parameter
|
Method Summary |
Object |
getBinderValue(intradoc.server.Service service)
Get the value from the binder, checking for type compatibility and
mandatory requirements. |
int |
getGrammarElementType()
Returns the GrammarElement type for use in idoc script function
definitions. |
| Methods inherited from class org.ucmtwine.parameter.Parameter |
create, create, create, getArgumentValue, getName, getStringValue, getType, isRequired, parseRequiredString, setName, setRequired, toActionString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongParameter
public LongParameter()
LongParameter
public LongParameter(String name)
LongParameter
public LongParameter(String name,
Class<?> type)
getBinderValue
public Object getBinderValue(intradoc.server.Service service)
- Description copied from class:
Parameter
- Get the value from the binder, checking for type compatibility and
mandatory requirements.
- Specified by:
getBinderValue in interface IParameter- Specified by:
getBinderValue in class Parameter
- Parameters:
service - The execution context.
- Returns:
- A type cast value or null
getGrammarElementType
public int getGrammarElementType()
- Returns the GrammarElement type for use in idoc script function
definitions.
- Returns:
Copyright © 2012. All Rights Reserved.