public static class DiscoverInfo.Feature extends Object implements Cloneable
Constructor and Description |
---|
DiscoverInfo.Feature(DiscoverInfo.Feature feature) |
DiscoverInfo.Feature(String variable)
Creates a new feature offered by an XMPP entity or item.
|
Modifier and Type | Method and Description |
---|---|
DiscoverInfo.Feature |
clone() |
boolean |
equals(Object obj) |
String |
getVar()
Returns the feature's variable.
|
int |
hashCode() |
XmlStringBuilder |
toXML() |
public DiscoverInfo.Feature(DiscoverInfo.Feature feature)
public DiscoverInfo.Feature(String variable)
variable
- the feature's variable.public XmlStringBuilder toXML()
public DiscoverInfo.Feature clone()