public class PropertyMetadata extends Object
| Constructor | Description |
|---|---|
PropertyMetadata() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Get the name of the property
|
String |
getType() |
Get the type of the property
|
Object |
getValue() |
Get the value of the property
|
void |
setName(String name) |
Set the name
|
void |
setType(String type) |
Set the type
|
void |
setValue(String value) |
Set the value
|
void |
setValues(String values) |
Set multiple values as an array, where the values are contained in
the string as one value per line.
|
void |
validate(ComponentMetadata componentMetadata) |
Method used to verify if the semantics of this metadata are correct
|
public void setName(String name)
name - public void setType(String type)
type - public void setValue(String value)
value - public void setValues(String values)
values - public String getName()
public String getType()
public Object getValue()
public void validate(ComponentMetadata componentMetadata)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.