public class SchemaProperty extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaProperty.PropertyType |
| Constructor and Description |
|---|
SchemaProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDisplayName() |
String |
getName() |
SchemaProperty.PropertyType |
getType() |
String |
getUnit() |
void |
setDefaultValue(String defaultValue) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setType(SchemaProperty.PropertyType type) |
void |
setUnit(String unit) |
public String getName()
public void setName(String name)
public SchemaProperty.PropertyType getType()
public void setType(SchemaProperty.PropertyType type)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getUnit()
public void setUnit(String unit)
Copyright © 2017. All rights reserved.