public interface JRExpressionChunk extends JRCloneable
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE_FIELD |
static byte |
TYPE_PARAMETER |
static byte |
TYPE_RESOURCE |
static byte |
TYPE_TEXT |
static byte |
TYPE_VARIABLE |
Modifier and Type | Method and Description |
---|---|
String |
getText() |
byte |
getType() |
clone
static final byte TYPE_TEXT
static final byte TYPE_PARAMETER
static final byte TYPE_FIELD
static final byte TYPE_VARIABLE
static final byte TYPE_RESOURCE
byte getType()
String getText()
Copyright © 2016. All rights reserved.