Package | Description |
---|---|
logic | |
utils |
Modifier and Type | Method and Description |
---|---|
Presentacion |
Propiedad.getPresentacion() |
Presentacion |
Esquema.getPresentacion()
Recupera presentacion.
|
Modifier and Type | Method and Description |
---|---|
void |
Propiedad.setPresentacion(Presentacion presentacion) |
void |
Esquema.setPresentacion(Presentacion presentacion)
Establece presentacion.
|
Constructor and Description |
---|
Esquema(java.lang.String nombre,
Estructura estructura,
Presentacion presentacion)
Inicializa un objeto de tipo esquema.
|
Propiedad(java.lang.String nombre,
Presentacion presentacion) |
Modifier and Type | Method and Description |
---|---|
void |
ModeloEditorEstructuras.setPresentacion(Presentacion presentacion)
Establece presentacion.
|
Constructor and Description |
---|
ModeloEditorEstructuras(Presentacion presentacion,
Estructura estructura)
Inicializa un objeto de tipo modelo editor estructuras.
|