Class GraphListTree
- java.lang.Object
-
- com.perforce.p4java.impl.generic.graph.GraphListTree
-
- All Implemented Interfaces:
IGraphListTree
public class GraphListTree extends java.lang.Object implements IGraphListTree
-
-
Constructor Summary
Constructors Constructor Description GraphListTree(int mode, java.lang.String type, java.lang.String sha, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMode()java.lang.StringgetName()java.lang.StringgetSha()java.lang.StringgetType()
-
-
-
Method Detail
-
getMode
public int getMode()
- Specified by:
getModein interfaceIGraphListTree
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfaceIGraphListTree
-
getSha
public java.lang.String getSha()
- Specified by:
getShain interfaceIGraphListTree
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIGraphListTree
-
-