public class EntityMetadata extends Object
features() a collection of
features is returned| Constructor and Description |
|---|
EntityMetadata(String name,
String label,
boolean canModifyLabel,
Collection<Feature> newFeatures)
Creates a new EntityMetadata object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canModifyLabel()
get metadata's canModifyLabel
|
Collection<Feature> |
features()
get metadata's features
|
String |
getLabel()
get metadata's label
|
String |
getName()
get metadata name
|
String |
getType()
get metadata's type
|
public EntityMetadata(String name, String label, boolean canModifyLabel, Collection<Feature> newFeatures)
name - - Metadata namenewFeatures - - Metadata featurescanModifyLabel - Whether the label can be modifiedlabel - The labelpublic String getName()
public Collection<Feature> features()
public String getLabel()
public String getType()
public boolean canModifyLabel()
Copyright © 2021 Micro Focus. All rights reserved.