Package | Description |
---|---|
org.uberfire.ext.metadata.model.impl | |
org.uberfire.ext.metadata.model.schema |
Modifier and Type | Class and Description |
---|---|
class |
MetaPropertyImpl |
Modifier and Type | Method and Description |
---|---|
Collection<MetaProperty> |
MetaObjectImpl.getProperties() |
Optional<MetaProperty> |
MetaObjectImpl.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
void |
MetaObjectImpl.addProperty(MetaProperty metaProperty) |
Constructor and Description |
---|
MetaObjectImpl(MetaType metaType,
Set<MetaProperty> properties) |
Modifier and Type | Method and Description |
---|---|
Collection<MetaProperty> |
MetaObject.getProperties() |
Optional<MetaProperty> |
MetaObject.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
void |
MetaObject.addProperty(MetaProperty metaProperty) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.