public static class OrgPolicyReport.Range
extends java.lang.Object
implements java.io.Serializable
beginColumn and
endColumn can be used directly as parameters in
String.substring(int, int) to retrieve a section of the OrgPolicy
referred to by the corresponding entry.| Constructor and Description |
|---|
Range(int beginColumn,
int endColumn)
Constructs a new
Range with the given begin and end column. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginColumn()
Returns the begin column of this range.
|
int |
getEndColumn()
Returns the end column of this range.
|
java.lang.String |
toString() |
public Range(int beginColumn,
int endColumn)
Range with the given begin and end column.beginColumn - the begin/first column of this range, inclusiveendColumn - the end/last column of this range, exclusivepublic int getBeginColumn()
public int getEndColumn()
public java.lang.String toString()
toString in class java.lang.Object