public class AceMentionArgument extends Object
Modifier and Type | Field and Description |
---|---|
protected AceEntityMention |
mContent |
protected String |
mRole |
Constructor and Description |
---|
AceMentionArgument(String role,
AceEntityMention content,
String mentionType) |
Modifier and Type | Method and Description |
---|---|
AceEntityMention |
getContent() |
String |
getRole() |
String |
toXml(int offset) |
String |
toXmlShort(int offset) |
protected final String mRole
protected final AceEntityMention mContent
public AceMentionArgument(String role, AceEntityMention content, String mentionType)
public AceEntityMention getContent()
public String getRole()
public String toXml(int offset)
public String toXmlShort(int offset)