PbmBuiltinGenericType_enum
PbmBuiltinGenericType_enum
The PbmBuiltinGenericTypeEnum enumerated type defines the list of builtin generic datatypes.
See PbmCapabilityGenericTypeInfo.genericTypeName.
A generic datatype indicates how to interpret a collection of values of a specific datatype (typeName).
Possible values:
VMW_RANGE
: Indicates a full or partial range of values (PbmCapabilityRange).A full range specifies both
min
andmax
values. A partial range specifies one or the other,min
ormax
.VMW_SET
: Indicates a single value or a discrete set of values (PbmCapabilityDiscreteSet).
This data structure has no properties.
Enumeration: VMW_RANGE, VMW_SET,