public class PrimitiveTypesList extends StatisticalType
| Modifier and Type | Field and Description |
|---|---|
protected List<PrimitiveType> |
list |
defaultValue, description, name, optional| Constructor and Description |
|---|
PrimitiveTypesList(String className,
PrimitiveTypes type,
String name,
String description,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PrimitiveType st) |
String |
getClassName() |
List<PrimitiveType> |
getList() |
PrimitiveTypes |
getType() |
getDefaultValue, getDescription, getName, isOptional, setDefaultValue, setDescription, setName, setOptional, toStringprotected List<PrimitiveType> list
public PrimitiveTypesList(String className, PrimitiveTypes type, String name, String description, boolean optional)
public void add(PrimitiveType st)
public List<PrimitiveType> getList()
public PrimitiveTypes getType()
public String getClassName()
Copyright © 2022. All Rights Reserved.