Package org.kie.dmn.model.api
Class RowLocation
- java.lang.Object
-
- org.kie.dmn.model.api.RowLocation
-
- All Implemented Interfaces:
Location
@GwtIncompatible public class RowLocation extends Object implements Location
-
-
Constructor Summary
Constructors Constructor Description RowLocation(Location from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCharacterOffset()intgetColumnNumber()intgetLineNumber()StringgetPublicId()StringgetSystemId()StringtoString()
-
-
-
Constructor Detail
-
RowLocation
public RowLocation(Location from)
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfaceLocation
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffsetin interfaceLocation
-
getPublicId
public String getPublicId()
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceLocation
-
-