public static class ComponentObjectType.ComponentObjectTypeInnerType extends Object
| Constructor and Description |
|---|
ComponentObjectTypeInnerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the property.
|
List<ComponentBasicType> |
getType()
Gets the type of the property.
|
boolean |
isOptional()
Returns whether the this property is optional or not.
|
void |
setName(String name)
Sets the name of the property.
|
void |
setOptional(boolean optional)
Set this property as optional or not.
|
void |
setType(List<ComponentBasicType> type)
Sets the type of the property.
|
public String getName()
public void setName(String name)
name - The name of the property.public List<ComponentBasicType> getType()
public void setType(List<ComponentBasicType> type)
type - The type of the property.public boolean isOptional()
true if optional and doesn't have to be defined,
false if this property should be defined alwayspublic void setOptional(boolean optional)
optional - whether the property optional or notCopyright © 2000–2019 Vaadin Ltd. All rights reserved.