Uses of Interface
com.sas.metadata.remote.LocalizedType
Packages that use LocalizedType
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 LocalizedType in com.sas.metadata.remote
Subinterfaces of LocalizedType in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceUsed to contain name/value pairs.interfaceThe SAS Metadata Model provides a Prototype metadata type to define templates that can be used to create metadata entities.interfaceThe SAS Metadata Model provides a Prototype metadata type to define templates that can be used to create metadata entities.interfaceA parameter, option or other type of information that is used to tailor a metadata object.interfaceRepresents a group of properties.interfaceDefines the data type of a property.interfaceThis is the super type for types that define properties that are for prototype objects only.Methods in com.sas.metadata.remote that return LocalizedTypeModifier and TypeMethodDescriptionLocalizedResource.getLocalizedObject()Gets theLocalizedTypeforLocalizedObjectMethods in com.sas.metadata.remote with parameters of type LocalizedTypeModifier and TypeMethodDescriptionvoidLocalizedResource.setLocalizedObject(LocalizedType inObject) Sets theLocalizedObjectslist 0th element to beinObject. -
Uses of LocalizedType in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return LocalizedTypeModifier and TypeMethodDescriptionLocalizedResourceImpl.getLocalizedObject()Gets theLocalizedTypeforLocalizedObjectNOTE: 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 LocalizedTypeModifier and TypeMethodDescriptionvoidLocalizedResourceImpl.setLocalizedObject(LocalizedType inObject) Sets theLocalizedObjectslist 0th element to beinObject.