Package org.jabylon.properties
Interface Project
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Resolvable<Workspace,ProjectVersion>
- All Known Implementing Classes:
ProjectImpl
public interface Project extends Resolvable<Workspace,ProjectVersion>
A representation of the model object 'Project'.The following features are supported:
- See Also:
PropertiesPackage.getProject()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfullScan(ScanConfiguration configuration)StringgetAnnouncement()Returns the value of the 'Announcement' attribute.StringgetPropertyType()Returns the value of the 'Property Type' attribute.org.eclipse.emf.common.util.URIgetRepositoryURI()Returns the value of the 'Repository URI' attribute.StringgetTeamProvider()Returns the value of the 'Team Provider' attribute.booleanisTerminology()Returns the value of the 'Terminology' attribute.voidsetAnnouncement(String value)Sets the value of the 'Announcement' attribute.voidsetPropertyType(String value)Sets the value of the 'Property Type' attribute.voidsetRepositoryURI(org.eclipse.emf.common.util.URI value)Sets the value of the 'Repository URI' attribute.voidsetTeamProvider(String value)Sets the value of the 'Team Provider' attribute.voidsetTerminology(boolean value)Sets the value of the 'Terminology' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.jabylon.properties.Resolvable
absoluteFilePath, absolutPath, fullPath, getChild, getChildren, getName, getParent, getPercentComplete, relativePath, resolveChild, resolveChild, setName, setParent, setPercentComplete, toURI, updatePercentComplete
-
-
-
-
Method Detail
-
getRepositoryURI
org.eclipse.emf.common.util.URI getRepositoryURI()
Returns the value of the 'Repository URI' attribute.If the meaning of the 'Repository URI' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Repository URI' attribute.
- See Also:
setRepositoryURI(URI),PropertiesPackage.getProject_RepositoryURI()
-
setRepositoryURI
void setRepositoryURI(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Repository URI' attribute.- Parameters:
value- the new value of the 'Repository URI' attribute.- See Also:
getRepositoryURI()
-
getPropertyType
String getPropertyType()
Returns the value of the 'Property Type' attribute.If the meaning of the 'Property Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Property Type' attribute.
- See Also:
setPropertyType(String),PropertiesPackage.getProject_PropertyType()
-
setPropertyType
void setPropertyType(String value)
Sets the value of the 'Property Type' attribute.- Parameters:
value- the new value of the 'Property Type' attribute.- See Also:
getPropertyType()
-
getTeamProvider
String getTeamProvider()
Returns the value of the 'Team Provider' attribute.If the meaning of the 'Team Provider' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Team Provider' attribute.
- See Also:
setTeamProvider(String),PropertiesPackage.getProject_TeamProvider()
-
setTeamProvider
void setTeamProvider(String value)
Sets the value of the 'Team Provider' attribute.- Parameters:
value- the new value of the 'Team Provider' attribute.- See Also:
getTeamProvider()
-
isTerminology
boolean isTerminology()
Returns the value of the 'Terminology' attribute.If the meaning of the 'Terminology' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Terminology' attribute.
- See Also:
setTerminology(boolean),PropertiesPackage.getProject_Terminology()
-
setTerminology
void setTerminology(boolean value)
Sets the value of the 'Terminology' attribute.- Parameters:
value- the new value of the 'Terminology' attribute.- See Also:
isTerminology()
-
getAnnouncement
String getAnnouncement()
Returns the value of the 'Announcement' attribute.If the meaning of the 'Announcement' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Announcement' attribute.
- See Also:
setAnnouncement(String),PropertiesPackage.getProject_Announcement()
-
setAnnouncement
void setAnnouncement(String value)
Sets the value of the 'Announcement' attribute.- Parameters:
value- the new value of the 'Announcement' attribute.- See Also:
getAnnouncement()
-
fullScan
void fullScan(ScanConfiguration configuration)
-
-