org.inria.ns.reflex.processor.asl
Class MaxOccursProperty
java.lang.Object
org.inria.ns.reflex.processor.PropertyResolver.Impl
org.inria.ns.reflex.processor.asl.MaxOccursProperty
- All Implemented Interfaces:
- PropertyResolver
public class MaxOccursProperty
- extends PropertyResolver.Impl
The $asl:max-occurs property value computed on behalf a step.
- Author:
- Philippe Poulard
MaxOccursProperty
public MaxOccursProperty()
getPropertyValue
public Object getPropertyValue(DataSet dataSet,
QName propertyName)
throws RecoverableException
- Return the max occurs value.
- Specified by:
getPropertyValue
in interface PropertyResolver
- Overrides:
getPropertyValue
in class PropertyResolver.Impl
- Parameters:
dataSet
- The set of datas used when the action is running.propertyName
- The name of the property.
- Returns:
- The processor instance used.
- Throws:
RecoverableException
- If the value can't be computed.