Enum - PbmBuiltinGenericType(pbm.capability.types.BuiltinGenericTypesEnum)


Enum Description

The PbmBuiltinGenericType 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).

Enum Constants

NameDescription
VMW_RANGE Indicates a full or partial range of values (PbmCapabilityRange). A full range specifies both min and max values. A partial range specifies one or the other, min or max.
VMW_SET Indicates a single value or a discrete set of values (PbmCapabilityDiscreteSet).

Show WSDL type definition