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