| Package | Description |
|---|---|
| org.bedework.eventreg.db |
| Modifier and Type | Method and Description |
|---|---|
static BwProperty |
BwProperty.findName(String name,
Collection<BwProperty> c)
Search the collection for a string that matches the given name.
|
BwProperty |
PropertiesEntity.findProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<BwProperty> |
PropertiesEntity.cloneProperties() |
Set<BwProperty> |
PropertiesEntity.copyProperties() |
Set<BwProperty> |
PropertiesEntity.getProperties() |
Set<BwProperty> |
PropertiesEntity.getProperties(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesEntity.addProperty(BwProperty val) |
int |
BwProperty.compareTo(BwProperty that) |
boolean |
PropertiesEntity.removeProperty(BwProperty val) |
boolean |
BwProperty.update(BwProperty from)
Figure out what's different and update it.
|
| Modifier and Type | Method and Description |
|---|---|
static BwProperty |
BwProperty.findName(String name,
Collection<BwProperty> c)
Search the collection for a string that matches the given name.
|
void |
PropertiesEntity.setProperties(Set<BwProperty> val) |
Copyright © 2019 Bedework. All rights reserved.