Package | Description |
---|---|
org.rvpf.config.entity |
Modifier and Type | Method and Description |
---|---|
PropertyDefEntity |
PropertyDefEntity.Builder.build()
Builds an abstract entity.
|
PropertyDefEntity |
PropertyDefEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<PropertyDefEntity> |
PropertiesDefEntity.getPropertyDef(String name)
Gets a child PropertyDef.
|
Collection<PropertyDefEntity> |
PropertiesDefEntity.getPropertyDefs()
Gets the collection of child PropertyDef.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertiesDefEntity.addPropertyDef(PropertyDefEntity propertyDef)
Adds a child PropertyDef.
|
PropertyDefEntity.Builder |
PropertyDefEntity.Builder.copyFrom(PropertyDefEntity propertyDef)
Copies the values from an other PropertyDefEntity.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.