|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 with type parameters of type RepositoryType | |
---|---|
static java.util.List<RepositoryType> |
RepositoryType.VALUES
A public read-only list of all the 'Repository Type' enumerators |
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. |
static RepositoryType |
RepositoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RepositoryType[] |
RepositoryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |