public class PrimitiveType extends StatisticalType
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected Object |
content |
protected PrimitiveTypes |
type |
defaultValue, description, name, optional| Constructor and Description |
|---|
PrimitiveType(String className,
Object content,
PrimitiveTypes type,
String name,
String description) |
PrimitiveType(String className,
Object content,
PrimitiveTypes type,
String name,
String description,
String defaultValue) |
PrimitiveType(String className,
Object content,
PrimitiveTypes type,
String name,
String description,
String defaultValue,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Object |
getContent() |
PrimitiveTypes |
getType() |
void |
setClassName(String className) |
void |
setContent(Object content) |
void |
setType(PrimitiveTypes type) |
static LinkedHashMap<String,StatisticalType> |
stringMap2StatisticalMap(HashMap<String,String> stringmap) |
getDefaultValue, getDescription, getName, isOptional, setDefaultValue, setDescription, setName, setOptional, toStringprotected String className
protected Object content
protected PrimitiveTypes type
public PrimitiveType(String className, Object content, PrimitiveTypes type, String name, String description, String defaultValue, boolean optional)
public PrimitiveType(String className, Object content, PrimitiveTypes type, String name, String description, String defaultValue)
public PrimitiveType(String className, Object content, PrimitiveTypes type, String name, String description)
public String getClassName()
public void setClassName(String className)
public Object getContent()
public void setContent(Object content)
public PrimitiveTypes getType()
public void setType(PrimitiveTypes type)
public static LinkedHashMap<String,StatisticalType> stringMap2StatisticalMap(HashMap<String,String> stringmap)
Copyright © 2015. All Rights Reserved.