public class KeywordInfo
extends DmSoapService
Constructor and Description |
---|
KeywordInfo()
Creates a new instance of KeywordInfo
|
KeywordInfo(Keyword key)
Creates a new instance of KeywordInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataType()
Returns the data type for this keyword.
|
java.lang.String |
getDescription()
Returns the description for this keyword.
|
int |
getID()
Returns the ID for this keyword.
|
java.lang.String |
getInputType()
Returns the input type for this keyword.
|
java.lang.String |
getName()
Returns the name for this keyword.
|
boolean |
getPrivateKeyword()
Returns whether or not this is a private keyword.
|
java.lang.String[] |
getValues()
Returns the values for this keyword.
|
public KeywordInfo()
public KeywordInfo(Keyword key) throws TdException
TdException
public int getID()
public java.lang.String getDataType()
public java.lang.String getDescription()
public java.lang.String getInputType()
public java.lang.String getName()
public boolean getPrivateKeyword()
public java.lang.String[] getValues()