示例#1
0
 public String getState() {
   return ((StateAttribute) (_res.getAttributeSet().getAttributeByType(Attribute.STATE)))
       .getString();
 }
示例#2
0
 public String getReplyMessage() {
   return ((ReplyMessageAttribute)
           (_res.getAttributeSet().getAttributeByType(Attribute.REPLY_MESSAGE)))
       .getString();
 }
示例#3
0
 public AttributeSet getAttributeSet() {
   return _res.getAttributeSet();
 }