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 int
getMode()
java.lang.String
getName()
java.lang.String
getSha()
java.lang.String
getType()
-
-
-
Method Detail
-
getMode
public int getMode()
- Specified by:
getMode
in interfaceIGraphListTree
-
getType
public java.lang.String getType()
- Specified by:
getType
in interfaceIGraphListTree
-
getSha
public java.lang.String getSha()
- Specified by:
getSha
in interfaceIGraphListTree
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceIGraphListTree
-
-