Class PropertyValue
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.PropertyValue
-
public class PropertyValue extends java.lang.Object
PropertyValue
-
-
Constructor Summary
Constructors Constructor Description PropertyValue(PropertyValue values, PropertyValue value)
PropertyValue(java.lang.Object propertyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValues(java.util.List<java.lang.Object> values)
-
-
-
Constructor Detail
-
PropertyValue
public PropertyValue(java.lang.Object propertyValue)
-
PropertyValue
public PropertyValue(PropertyValue values, PropertyValue value)
-
-