public abstract class FragmentContainer extends Object
Learn more
Modifier | Constructor and Description |
---|---|
protected |
FragmentContainer(String fieldName)
Initializes a new instance of the
FragmentContainer class. |
Modifier and Type | Method and Description |
---|---|
protected void |
add(String fragment) |
int |
getCount()
Gets the number of contained text fragments.
|
String |
getFieldName()
Gets the document field name.
|
String[] |
getFragments()
Gets an array of contained text fragments.
|
protected FragmentContainer(String fieldName)
Initializes a new instance of the FragmentContainer
class.
fieldName
- The field name.public final String getFieldName()
Gets the document field name.
public final int getCount()
Gets the number of contained text fragments.
public final String[] getFragments()
Gets an array of contained text fragments.
protected void add(String fragment)