public interface IFragmentObject
| Modifier and Type | Method and Description |
|---|---|
CTag |
getCTag()
Gets the
CTag of this object, if the object is of that type |
MTag |
getMTag()
Gets the
MTag of this object, if the object is of that type |
Object |
getObject()
Gets the original object.
|
String |
getText()
Gets the text of this object, if the object is a String.
|
String |
render()
Generates the output for a given format.
|
String render()
String getText()
ClassCastException - if the object is not a String.CTag getCTag()
CTag of this object, if the object is of that typeClassCastException - if the object is not a CTag.MTag getMTag()
MTag of this object, if the object is of that typeClassCastException - if the object is not a MTag.Object getObject()
Copyright © 2020. All rights reserved.