Class ValueProperty

java.lang.Object
io.higson.runtime.model.value.Property
io.higson.runtime.model.value.ValueProperty
All Implemented Interfaces:
Handle, Iterable<Property>

public class ValueProperty extends Property
This class represents value property, which is a simple wrapper for any value of simple type. These values should be type of any allowed types by TypeConverter.
Author:
przemek hertel
Implementation Note:
instead of providing simple types as String, there should be enum of allowed types and/or proper helper static methods.
See Also: