| Package | Description |
|---|---|
| org.rvpf.metadata |
Metadata entities definition.
|
| org.rvpf.metadata.entity |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentEntity> |
Metadata.getContentEntities()
Gets the content entities registered in this metadata.
|
Optional<ContentEntity> |
Metadata.getContentEntity(Optional<String> name)
Gets the content entity with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.addContentEntity(Optional<ContentEntity> contentEntity)
Adds a content entity to this metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ContentEntity |
ContentEntity.Builder.build()
Builds an abstract entity.
|
ContentEntity |
ContentEntity.copy()
Creates a copy of this entity.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ContentEntity> |
TransformEntity.Arg.getContentEntity()
Gets the content entity.
|
Optional<ContentEntity> |
PointEntity.getContentEntity()
Gets the content entity for this point.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContentEntity.Builder |
ContentEntity.Builder.copyFrom(ContentEntity entity)
Copies the values from an entity.
|
TransformEntity.Arg.Builder |
TransformEntity.Arg.Builder.setContentEntity(ContentEntity contentEntity)
Sets the content entity.
|
void |
PointEntity.setContentEntity(ContentEntity content)
Sets the content entity for this point.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.