Package | Description |
---|---|
org.rvpf.metadata.entity |
Modifier and Type | Method and Description |
---|---|
AttributeDefEntity |
AttributeDefEntity.Builder.build()
Builds an abstract entity.
|
AttributeDefEntity |
AttributeDefEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<AttributeDefEntity> |
AttributesDefEntity.getAttributeDef(String name)
Gets an attribute definition.
|
Collection<AttributeDefEntity> |
AttributesDefEntity.getAttributeDefs()
Gets the attribute definitions.
|
Modifier and Type | Method and Description |
---|---|
AttributesDefEntity.Builder |
AttributesDefEntity.Builder.addAttributeDef(AttributeDefEntity attributeDef)
Adds an attribute definition.
|
AttributeDefEntity.Builder |
AttributeDefEntity.Builder.copyFrom(AttributeDefEntity attributeDef)
Copies the values from an other.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.