Uses of Enum Class
com.orchestranetworks.schema.types.dataspace.DataspaceSet.DataspaceType
Packages that use DataspaceSet.DataspaceType
Package
Description
Interfaces to define sets of data space keys.
-
Uses of DataspaceSet.DataspaceType in com.orchestranetworks.schema.types.dataspace
Methods in com.orchestranetworks.schema.types.dataspace that return DataspaceSet.DataspaceTypeModifier and TypeMethodDescriptionstatic DataspaceSet.DataspaceTypeParses a string value, and returns the associatedDataspaceSet.DataspaceType.static DataspaceSet.DataspaceTypeReturns the enum constant of this class with the specified name.static DataspaceSet.DataspaceType[]DataspaceSet.DataspaceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.schema.types.dataspace with parameters of type DataspaceSet.DataspaceTypeModifier and TypeMethodDescriptionvoidDataspaceSet.excludeDataspacesMatching(Pattern aPattern, DataspaceSet.DataspaceType aType, DataspaceSet.DataspaceChildrenPolicy aChildrenPolicy) From the set of dataspaces created thanks to the include methods, excludes the dataspaces matching the specified pattern of the specified type, and its descendants according to the provided children policy.voidDataspaceSet.includeAllDataspaces(DataspaceSet.DataspaceType aType) Includes all the dataspaces of the specified type.voidDataspaceSet.includeDataspacesMatching(Pattern aPattern, DataspaceSet.DataspaceType aType, DataspaceSet.DataspaceChildrenPolicy aChildrenPolicy) Includes the dataspaces matching the specified pattern of the specified type, and its descendants according to the provided children policy.