public class BeanDefinitionImpl extends Object implements BeanDefinition
| Constructor and Description |
|---|
BeanDefinitionImpl(String category,
String type,
String description,
List<PropertyDefinition> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
List<PropertyDefinition> |
getProperties() |
String |
getType() |
public BeanDefinitionImpl(String category, String type, String description, List<PropertyDefinition> properties)
public String getCategory()
getCategory in interface BeanDefinitionpublic String getType()
getType in interface BeanDefinitionpublic String getDescription()
getDescription in interface BeanDefinitionpublic List<PropertyDefinition> getProperties()
getProperties in interface BeanDefinitionCopyright © 2017. All rights reserved.