Package org.alfresco.repo.virtual.ref
Class ValueParameter<V>
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.ValueParameter<V>
-
- Type Parameters:
V-
- All Implemented Interfaces:
Parameter
- Direct Known Subclasses:
ReferenceParameter,ResourceParameter,StringParameter
public abstract class ValueParameter<V> extends java.lang.Object implements Parameter
Generic value of typeVholder parameter.
-
-
Constructor Summary
Constructors Constructor Description ValueParameter(V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)VgetValue()inthashCode()
-