Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface TypedArgument
InstanceCreatorUtil.
An instance of the Sitevision class implementing this interface can be obtained via any of these methods:
InstanceCreatorUtil.getBooleanArgument(boolean)InstanceCreatorUtil.getByteArgument(byte)InstanceCreatorUtil.getCharArgument(char)InstanceCreatorUtil.getCustomArgument(String, Object)InstanceCreatorUtil.getDoubleArgument(double)InstanceCreatorUtil.getEnumArgument(String, Object)InstanceCreatorUtil.getFloatArgument(float)InstanceCreatorUtil.getIntArgument(int)InstanceCreatorUtil.getLongArgument(long)InstanceCreatorUtil.getNullArgument(String)InstanceCreatorUtil.getObjectArgument(Object)InstanceCreatorUtil.getShortArgument(short)
See InstanceCreatorUtil for how to obtain an instance of the InstanceCreatorUtil interface.
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType()
Gets the argument class.
|
Object |
getValue()
Gets the argument value.
|
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.