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

Packages that use ContentType
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of ContentType in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return ContentType
abstract  ContentType TypeDefinition.getAssociatedContentType()
          Gets the ContentType for AssociatedContentType
abstract  ContentType ContentLocation.getAssociatedContentType()
          Gets the ContentType for AssociatedContentType
 

Methods in com.sas.metadata.remote with parameters of type ContentType
abstract  void TypeDefinition.setAssociatedContentType(ContentType inObject)
          Sets the AssociatedContentTypes list 0th element to be inObject.
abstract  void ContentLocation.setAssociatedContentType(ContentType inObject)
          Sets the AssociatedContentTypes list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.