public class SourceDefinition extends Object
Constructor and Description |
---|
SourceDefinition(String itemId,
int offset,
SourceType type)
Create a new source definition
|
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()