public class SlotType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
slotType |
protected ValueListType |
valueList |
| Constructor and Description |
|---|
SlotType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSlotType() |
ValueListType |
getValueList() |
void |
setName(String value) |
void |
setSlotType(String value) |
void |
setValueList(ValueListType value) |
protected ValueListType valueList
protected String name
protected String slotType
public ValueListType getValueList()
public void setValueList(ValueListType value)
public String getName()
public void setName(String value)
public String getSlotType()
public void setSlotType(String value)
Copyright © 2020. All rights reserved.