Uses of Interface
com.sas.metadata.remote.ClassifierMap
Packages that use ClassifierMap
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of ClassifierMap in com.sas.metadata.remote
Subinterfaces of ClassifierMap in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceThe output of a Join is limited to one JoinTable.interfaceUsed to document an SQL select statement.Methods in com.sas.metadata.remote that return ClassifierMapModifier and TypeMethodDescriptionFeatureMap.getAssociatedClassifierMap()Gets theClassifierMapforAssociatedClassifierMapRowSelector.getOwningClassifierMap()Gets theClassifierMapforOwningClassifierMapMethods in com.sas.metadata.remote with parameters of type ClassifierMapModifier and TypeMethodDescriptionvoidFeatureMap.setAssociatedClassifierMap(ClassifierMap inObject) Sets theAssociatedClassifierMapslist 0th element to beinObject.voidRowSelector.setOwningClassifierMap(ClassifierMap inObject) Sets theOwningClassifierMapslist 0th element to beinObject. -
Uses of ClassifierMap in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return ClassifierMapModifier and TypeMethodDescriptionFeatureMapImpl.getAssociatedClassifierMap()Gets theClassifierMapforAssociatedClassifierMapNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.RowSelectorImpl.getOwningClassifierMap()Gets theClassifierMapforOwningClassifierMapNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type ClassifierMapModifier and TypeMethodDescriptionvoidFeatureMapImpl.setAssociatedClassifierMap(ClassifierMap inObject) Sets theAssociatedClassifierMapslist 0th element to beinObject.voidRowSelectorImpl.setOwningClassifierMap(ClassifierMap inObject) Sets theOwningClassifierMapslist 0th element to beinObject.