Package | Description |
---|---|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.config.entity | |
org.rvpf.metadata.entity |
Modifier and Type | Method and Description |
---|---|
Optional<ClassDefEntity> |
Config.getClassDefEntity(String name)
Gets a class definition entity.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.addClassDefEntity(ClassDefEntity classDef)
Adds a class definition entity.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClassDefEntity.Undefined
Undefined.
|
Modifier and Type | Method and Description |
---|---|
ClassDefEntity |
ClassDefEntity.Builder.build()
Builds an abstract entity.
|
ClassDefEntity |
ClassDefEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
List<ClassDefEntity> |
ClassDefEntity.getImplemented()
Gets the List of implemented class definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDefEntity.addImplemented(ClassDefEntity classDef)
Adds an other class definition entity as an implemented interface.
|
ClassDefEntity.Builder |
ClassDefEntity.Builder.addImplemented(ClassDefEntity classDef)
Adds an other class definition entity as an implemented interface.
|
ClassDefEntity.Builder |
ClassDefEntity.Builder.copyFrom(ClassDefEntity classDef)
Copies the values from an other ClassDefEntity.
|
Modifier and Type | Method and Description |
---|---|
ClassDefEntity |
SyncEntity.getClassDef()
Gets the classDef.
|
Modifier and Type | Method and Description |
---|---|
Optional<ClassDefEntity> |
ProxyEntity.getClassDef()
Gets the class definition.
|
protected Optional<ClassDefEntity> |
ProxyEntity.Builder.getClassDef()
Gets the classDef.
|
Modifier and Type | Method and Description |
---|---|
SyncEntity.Builder |
SyncEntity.Builder.setClassDef(ClassDefEntity classDef)
Sets the classDef.
|
Modifier and Type | Method and Description |
---|---|
ProxyEntity.Builder |
ProxyEntity.Builder.setClassDef(Optional<ClassDefEntity> classDef)
Sets the classDef.
|
Constructor and Description |
---|
SyncEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
ClassDefEntity classDef,
Optional<Sync> sync)
Constructs an instance.
|
Constructor and Description |
---|
BehaviorEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
boolean generated)
Constructs an instance.
|
ContentEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
EngineEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
ProxyEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
TransformEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
Optional<EngineEntity> engineEntity,
List<TransformEntity.Arg> args)
Constructs an instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.