Class Value
java.lang.Object
br.net.dd.netherwingcore.common.configuration.fields.Field
br.net.dd.netherwingcore.common.configuration.fields.Value
The
Value class represents a specific implementation of a Field
that allows for the configuration of values within the NetherwingCore framework.
This class extends the Field class, inheriting its functionality
and providing constructors for different ways of initializing Value objects.
It is primarily used to encapsulate and handle value-related configurations in the system.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Value
-
Value
Constructs aValueobject with multiple value parts.This constructor can be used when the value comprises multiple parts to be handled as a unit.
- Parameters:
value- a varargs parameter representing one or more value parts as strings.
-