Class Macro
- java.lang.Object
-
- org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
-
Constructor Summary
Constructors Constructor Description Macro()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getResponse()
String
getTitle()
int
getType()
void
setDescription(String description)
void
setResponse(String response)
void
setTitle(String title)
void
setType(int type)
-
-
-
Field Detail
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
URL
public static final int URL
- See Also:
- Constant Field Values
-
IMAGE
public static final int IMAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Macro
public Macro()
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getResponse
public String getResponse()
-
setResponse
public void setResponse(String response)
-
getType
public int getType()
-
setType
public void setType(int type)
-
-