public interface Project extends Resolvable<Workspace,ProjectVersion>
The following features are supported:
PropertiesPackage.getProject()| Modifier and Type | Method and Description |
|---|---|
void |
fullScan(ScanConfiguration configuration) |
PropertyType |
getPropertyType()
Returns the value of the 'Property Type' attribute.
|
org.eclipse.emf.common.util.URI |
getRepositoryURI()
Returns the value of the 'Repository URI' attribute
|
String |
getTeamProvider()
Returns the value of the 'Team Provider' attribute
|
boolean |
isTerminology()
Returns the value of the 'Terminology' attribute
|
void |
setPropertyType(PropertyType value)
Sets the value of the '
Property Type' attribute |
void |
setRepositoryURI(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Repository URI' attribute |
void |
setTeamProvider(String value)
Sets the value of the '
Team Provider' attribute |
void |
setTerminology(boolean value)
Sets the value of the '
Terminology' attribute |
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentCompletecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionorg.eclipse.emf.common.util.URI getRepositoryURI()
If the meaning of the 'Repository URI' attribute isn't clear, there really should be more of a description here...
setRepositoryURI(URI),
PropertiesPackage.getProject_RepositoryURI()void setRepositoryURI(org.eclipse.emf.common.util.URI value)
Repository URI' attribute.
value - the new value of the 'Repository URI' attribute.getRepositoryURI()PropertyType getPropertyType()
PropertyType.
If the meaning of the 'Property Type' attribute isn't clear, there really should be more of a description here...
PropertyType,
setPropertyType(PropertyType),
PropertiesPackage.getProject_PropertyType()void setPropertyType(PropertyType value)
Property Type' attribute.
value - the new value of the 'Property Type' attribute.PropertyType,
getPropertyType()String getTeamProvider()
If the meaning of the 'Team Provider' attribute isn't clear, there really should be more of a description here...
setTeamProvider(String),
PropertiesPackage.getProject_TeamProvider()void setTeamProvider(String value)
Team Provider' attribute.
value - the new value of the 'Team Provider' attribute.getTeamProvider()boolean isTerminology()
If the meaning of the 'Terminology' attribute isn't clear, there really should be more of a description here...
setTerminology(boolean),
PropertiesPackage.getProject_Terminology()void setTerminology(boolean value)
Terminology' attribute.
value - the new value of the 'Terminology' attribute.isTerminology()void fullScan(ScanConfiguration configuration)
Copyright © 2013–2014 Jabylon. All rights reserved.