Uses of Interface
com.sas.metadata.remote.Target

Packages that use Target
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 Target in com.sas.metadata.remote

    Methods in com.sas.metadata.remote that return Target
    Modifier and Type
    Method
    Description
    FitStatistic.getOwningTarget()
    Gets the Target for OwningTarget
    AnalyticColumn.getTargetInformation()
    Gets the Target for TargetInformation
    Methods in com.sas.metadata.remote with parameters of type Target
    Modifier and Type
    Method
    Description
    void
    FitStatistic.setOwningTarget(Target inObject)
    Sets the OwningTargets list 0th element to be inObject.
    void
    AnalyticColumn.setTargetInformation(Target inObject)
    Sets the TargetInformations list 0th element to be inObject.
  • Uses of Target in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return Target
    Modifier and Type
    Method
    Description
    FitStatisticImpl.getOwningTarget()
    Gets the Target for OwningTarget NOTE: 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.
    AnalyticColumnImpl.getTargetInformation()
    Gets the Target for TargetInformation NOTE: 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 Target
    Modifier and Type
    Method
    Description
    void
    FitStatisticImpl.setOwningTarget(Target inObject)
    Sets the OwningTargets list 0th element to be inObject.
    void
    AnalyticColumnImpl.setTargetInformation(Target inObject)
    Sets the TargetInformations list 0th element to be inObject.