Interface Result
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- BasicResult,- TagInfoResult,- TagResult
 
 public interface Result extends java.io.Serializable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetDisplayPath()Returns the friendlier "display path" for this result.QualifiedPathgetPath()Returns the qualified path of this result.java.lang.StringgetType()Generally returns the last component id from the path.booleanhasChildren()Indicates that this result object is itself browsable.
 
- 
- 
- 
Method Detail- 
getDisplayPathPath getDisplayPath() Returns the friendlier "display path" for this result. May be null, and not necessarily unique.
 - 
getPathQualifiedPath getPath() Returns the qualified path of this result.
 - 
getTypejava.lang.String getType() Generally returns the last component id from the path.
 - 
hasChildrenboolean hasChildren() Indicates that this result object is itself browsable.
 
- 
 
-