This interface represents a value of a NumberType.
To get the value of an instance of this as one of the built in simple types, e.g. int, long, float, double, byte, short use the appropriate method on the returned {@link Number}. e.g. to get it as an int use.
NumberMetaDataValue v = ....; int i = v.getValueAsNumber().intValue();
The default value is an {@link Integer} with a value of 0.
Warning: This is a facade provided for use by user code, not for implementation by user code. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
@volantis-api-include-in PublicAPI
@volantis-api-include-in ProfessionalServicesAPI
@volantis-api-include-in InternalAPI