Uses of Class
com.ibm.rational.rpe.api.docspec.RPEMetadata

Packages that use RPEMetadata
com.ibm.rational.rpe.api.docspec   
 

Uses of RPEMetadata in com.ibm.rational.rpe.api.docspec
 

Methods in com.ibm.rational.rpe.api.docspec that return RPEMetadata
 RPEMetadata RPETemplate.getMetadata()
          Retrieves the metadata associated with the template.
 RPEMetadata RPERuntime.getMetadata()
          Retrieves the metadata associated with the runtime section.
 

Methods in com.ibm.rational.rpe.api.docspec with parameters of type RPEMetadata
 void RPETemplate.setMetadata(RPEMetadata metadata)
          Sets the metadata associated with the template.
 void RPERuntime.setMetadata(RPEMetadata metadata)
          Sets the metadata for the runtime section.