public interface Resolvable<P extends Resolvable<?,?>,C extends Resolvable<?,?>>
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
PropertiesPackage.getResolvable()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.URI |
absoluteFilePath() |
org.eclipse.emf.common.util.URI |
absolutPath() |
org.eclipse.emf.common.util.URI |
fullPath() |
C |
getChild(String name) |
org.eclipse.emf.common.util.EList<C> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
P |
getParent()
Returns the value of the 'Parent' container reference.
|
int |
getPercentComplete()
Returns the value of the 'Percent Complete' attribute
|
org.eclipse.emf.common.util.URI |
relativePath() |
Resolvable<?,?> |
resolveChild(List<String> path) |
Resolvable<?,?> |
resolveChild(org.eclipse.emf.common.util.URI path) |
void |
setName(String value)
Sets the value of the '
Name' attribute |
void |
setParent(P value)
Sets the value of the '
Parent' container reference |
void |
setPercentComplete(int value)
Sets the value of the '
Percent Complete' attribute |
org.eclipse.emf.common.util.URI |
toURI()
Computes a resolvable URI (not necessarily a file path) to uniquely identify this resolvable
|
int |
updatePercentComplete() |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionint getPercentComplete()
If the meaning of the 'Percent Complete' attribute isn't clear, there really should be more of a description here...
setPercentComplete(int),
PropertiesPackage.getResolvable_PercentComplete()void setPercentComplete(int value)
Percent Complete' attribute.
value - the new value of the 'Percent Complete' attribute.getPercentComplete()org.eclipse.emf.common.util.EList<C> getChildren()
C.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' containment reference isn't clear, there really should be more of a description here...
PropertiesPackage.getResolvable_Children(),
getParent()P getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Resolvable),
PropertiesPackage.getResolvable_Parent(),
getChildren()void setParent(P value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
PropertiesPackage.getResolvable_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.URI fullPath()
org.eclipse.emf.common.util.URI relativePath()
org.eclipse.emf.common.util.URI absolutPath()
int updatePercentComplete()
Resolvable<?,?> resolveChild(org.eclipse.emf.common.util.URI path)
Resolvable<?,?> resolveChild(List<String> path)
org.eclipse.emf.common.util.URI absoluteFilePath()
org.eclipse.emf.common.util.URI toURI()
Copyright © 2013–2014 Jabylon. All rights reserved.