Uses of Interface
com.sas.metadata.remote.ContentType
Packages that use ContentType
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 ContentType in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return ContentTypeModifier and TypeMethodDescriptionContentLocation.getAssociatedContentType()Gets theContentTypeforAssociatedContentTypeTypeDefinition.getAssociatedContentType()Gets theContentTypeforAssociatedContentTypeMethods in com.sas.metadata.remote with parameters of type ContentTypeModifier and TypeMethodDescriptionvoidContentLocation.setAssociatedContentType(ContentType inObject) Sets theAssociatedContentTypeslist 0th element to beinObject.voidTypeDefinition.setAssociatedContentType(ContentType inObject) Sets theAssociatedContentTypeslist 0th element to beinObject. -
Uses of ContentType in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return ContentTypeModifier and TypeMethodDescriptionContentLocationImpl.getAssociatedContentType()Gets theContentTypeforAssociatedContentTypeNOTE: 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.TypeDefinitionImpl.getAssociatedContentType()Gets theContentTypeforAssociatedContentTypeNOTE: 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 ContentTypeModifier and TypeMethodDescriptionvoidContentLocationImpl.setAssociatedContentType(ContentType inObject) Sets theAssociatedContentTypeslist 0th element to beinObject.voidTypeDefinitionImpl.setAssociatedContentType(ContentType inObject) Sets theAssociatedContentTypeslist 0th element to beinObject.