public class SourceDefinition extends Object
Constructor and Description |
---|
SourceDefinition(String itemId,
int offset,
SourceType type)
Create a new source definition
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getItemId() |
int |
getOffset() |
SourceType |
getType() |
int |
hashCode() |
String |
toString() |
public SourceDefinition(String itemId, int offset, SourceType type)
itemId
- the item idoffset
- the offset (in bytes)type
- the value typepublic SourceType getType()
public String getItemId()
public int getOffset()