Uses of Interface
com.hammurapi.review.ArtifactType

Packages that use ArtifactType
com.hammurapi.review   
com.hammurapi.review.impl   
com.hammurapi.review.util   
 

Uses of ArtifactType in com.hammurapi.review
 

Methods in com.hammurapi.review that return ArtifactType
 ArtifactType ReviewFactory.createArtifactType()
          Returns a new object of class 'Artifact Type'.
 

Uses of ArtifactType in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement ArtifactType
 class ArtifactTypeImpl
          An implementation of the model object 'Artifact Type'.
 

Methods in com.hammurapi.review.impl that return ArtifactType
 ArtifactType ReviewFactoryImpl.createArtifactType()
           
 

Uses of ArtifactType in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type ArtifactType
 T ReviewSwitch.caseArtifactType(ArtifactType object)
          Returns the result of interpreting the object as an instance of 'Artifact Type'.