public class ElasticMetaObject extends Object implements MetaObject
META_OBJECT_CLUSTER_ID, META_OBJECT_FULL_TEXT, META_OBJECT_ID, META_OBJECT_KEY, META_OBJECT_SEGMENT_ID, META_OBJECT_TYPE
Constructor and Description |
---|
ElasticMetaObject(MetaType type) |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(MetaProperty metaProperty) |
Collection<MetaProperty> |
getProperties() |
Optional<MetaProperty> |
getProperty(String name) |
MetaType |
getType() |
public ElasticMetaObject(MetaType type)
public MetaType getType()
getType
in interface MetaObject
public Collection<MetaProperty> getProperties()
getProperties
in interface MetaObject
public Optional<MetaProperty> getProperty(String name)
getProperty
in interface MetaObject
public void addProperty(MetaProperty metaProperty)
addProperty
in interface MetaObject
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.