| Constructor and Description |
|---|
PropertyApiBean()
Default constructor for instrospection.
|
PropertyApiBean(Property<?> property)
Initialization from Property.
|
| Modifier and Type | Method and Description |
|---|---|
Property<?> |
asProperty() |
String |
getDescription()
Getter accessor for attribute 'description'.
|
Set<String> |
getFixedValues()
Getter accessor for attribute 'fixedValues'.
|
String |
getName()
Getter accessor for attribute 'name'.
|
String |
getType()
Getter accessor for attribute 'type'.
|
String |
getValue()
Getter accessor for attribute 'value'.
|
void |
setDescription(String description)
Setter accessor for attribute 'description'.
|
void |
setFixedValues(Set<String> fixedValues)
Setter accessor for attribute 'fixedValues'.
|
void |
setName(String name)
Setter accessor for attribute 'name'.
|
void |
setType(String type)
Setter accessor for attribute 'type'.
|
void |
setValue(String value)
Setter accessor for attribute 'value'.
|
public PropertyApiBean()
public PropertyApiBean(Property<?> property)
property - target propertypublic Property<?> asProperty()
public String getName()
public void setName(String name)
name - new value for 'name 'public String getDescription()
public void setDescription(String description)
description - new value for 'description 'public String getType()
public void setType(String type)
type - new value for 'type 'public String getValue()
public void setValue(String value)
value - new value for 'value 'public Set<String> getFixedValues()
Copyright © 2013–2022 FF4J. All rights reserved.