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) |
SchemaProperty |
withDefaultValue(String defaultValue) |
SchemaProperty |
withDisplayName(String displayName) |
SchemaProperty |
withName(String name) |
SchemaProperty |
withType(SchemaProperty.PropertyType type) |
SchemaProperty |
withUnit(String unit) |
public String getName()
public void setName(String name)
public SchemaProperty withName(String name)
public SchemaProperty.PropertyType getType()
public void setType(SchemaProperty.PropertyType type)
public SchemaProperty withType(SchemaProperty.PropertyType type)
public String getDisplayName()
public void setDisplayName(String displayName)
public SchemaProperty withDisplayName(String displayName)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public SchemaProperty withDefaultValue(String defaultValue)
public String getUnit()
public void setUnit(String unit)
public SchemaProperty withUnit(String unit)
Copyright © 2021. All rights reserved.