Package com.bmc.ims
Class DlistOperand
- java.lang.Object
-
- com.bmc.ims.DlistOperand
-
public class DlistOperand extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
String[]
getOptions()
String
getPlaceholder()
String
getTitle()
String
getType()
void
setField(String field)
void
setOptions(String[] options)
void
setPlaceholder(String placeholder)
void
setTitle(String title)
void
setType(String type)
-
-
-
Method Detail
-
getOptions
public String[] getOptions()
-
getType
public String getType()
-
getField
public String getField()
-
getTitle
public String getTitle()
-
getPlaceholder
public String getPlaceholder()
-
setType
public void setType(String type)
-
setField
public void setField(String field)
-
setTitle
public void setTitle(String title)
-
setOptions
public void setOptions(String[] options)
-
setPlaceholder
public void setPlaceholder(String placeholder)
-
-