public interface IFragmentStructure
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Get the fragment name. 
 | 
java.lang.String | 
getRemoteLocation()
Get the fragment's URI in the opened project. 
 | 
java.util.List<Element> | 
getRoots()
Get the root elements of the fragment. 
 | 
java.lang.String | 
getState()
Get the state of the fragment. 
 | 
java.lang.String | 
getType()
Get the fragment type identifier. 
 | 
java.lang.String getName()
java.lang.String getType()
Might be EXML, EXML_URL, EXML_SVN, RAMC or MDA.
java.lang.String getRemoteLocation()
null if the fragment is not mounted.java.lang.String getState()
Should be UP_FULL, UP_LIGHT or DOWN.
java.util.List<Element> getRoots()