com.intersys.objects.reflect
Interface CacheArgument

All Superinterfaces:
CacheDescription

public interface CacheArgument
extends CacheDescription


Method Summary
 int getModifiers()
          Returns Cache modifiers for the CacheArgument.
 
Methods inherited from interface com.intersys.objects.reflect.CacheDescription
getDefaultValue, getDefaultValueString, getElementTypeName, getJavaTypeName, getName, getType, getTypeName
 

Method Detail

getModifiers

public int getModifiers()
Returns Cache modifiers for the CacheArgument.

Possible modifiers: CacheModifier.HAS_DEFAULT_VALUE, CacheModifier.BY_REFERENCE CacheModifier.LITERAL

Specified by:
getModifiers in interface CacheDescription
Returns:
modifiers for the CacheArgument represented as an int. The CacheModifier class should be used to decode the modifiers.
See Also:
CacheModifier