Uses of Interface
com.telelogic.rhapsody.core.IRPType

Uses of IRPType in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPType
 IRPType IRPPackage.addType(java.lang.String name)
          Adds a new type to the package.
 IRPType IRPClass.addType(java.lang.String name)
          Adds a new type to the current class.
 IRPType IRPPackage.findType(java.lang.String name)
          Returns the type with the specified name.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPType
 void IRPPackage.deleteType(IRPType type)
          Deletes the specified type.