Package | Description |
---|---|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity |
Modifier and Type | Method and Description |
---|---|
Collection<GroupEntity> |
Metadata.getGroupEntities()
Gets the group entities registered in this metadata.
|
Optional<GroupEntity> |
Metadata.getGroupEntity(Optional<String> name)
Gets the group entity with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addGroupEntity(Optional<GroupEntity> groupEntity)
Adds a group entity to this metadata.
|
Modifier and Type | Method and Description |
---|---|
GroupEntity |
GroupEntity.Builder.build()
Builds an abstract entity.
|
GroupEntity |
GroupEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
GroupEntity.Builder |
GroupEntity.Builder.copyFrom(GroupEntity group)
Copies the values from an other GroupEntity.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.