Uses of Class
org.objectweb.dsrg.sofa.repository.model.RepositoryType

Packages that use RepositoryType
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
 

Uses of RepositoryType in org.objectweb.dsrg.sofa.repository.model
 

Fields in org.objectweb.dsrg.sofa.repository.model declared as RepositoryType
static RepositoryType RepositoryType.DEVELOPMENT_LITERAL
          The 'Development' literal object.
static RepositoryType RepositoryType.STABLE_LITERAL
          The 'Stable' literal object.
 

Methods in org.objectweb.dsrg.sofa.repository.model that return RepositoryType
static RepositoryType RepositoryType.get(int value)
          Returns the 'Repository Type' literal with the specified integer value.
static RepositoryType RepositoryType.get(java.lang.String literal)
          Returns the 'Repository Type' literal with the specified literal value.
static RepositoryType RepositoryType.getByName(java.lang.String name)
          Returns the 'Repository Type' literal with the specified name.
 RepositoryType RepositoryInfo.getRepositoryType()
          Returns the value of the 'Repository Type' attribute.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type RepositoryType
 void RepositoryInfo.setRepositoryType(RepositoryType value)
          Sets the value of the 'Repository Type' attribute.
 

Uses of RepositoryType in org.objectweb.dsrg.sofa.repository.model.impl
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as RepositoryType
protected static RepositoryType RepositoryInfoImpl.REPOSITORY_TYPE_EDEFAULT
          The default value of the 'Repository Type' attribute.
protected  RepositoryType RepositoryInfoImpl.repositoryType
          The cached value of the 'Repository Type' attribute.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return RepositoryType
 RepositoryType ModelFactoryImpl.createRepositoryTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RepositoryType RepositoryInfoImpl.getRepositoryType()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type RepositoryType
 void RepositoryInfoImpl.setRepositoryType(RepositoryType newRepositoryType)