public abstract class EntityTypeDescription extends Object
| Constructor and Description |
|---|
EntityTypeDescription() |
| Modifier and Type | Method and Description |
|---|---|
static EntityTypeDescription |
create(String fullyQualifiedName,
com.google.common.collect.ImmutableMap<String,AttributeDescription> attrDescriptionMap) |
abstract com.google.common.collect.ImmutableMap<String,AttributeDescription> |
getAttributeDescriptionMap() |
abstract String |
getId() |
public abstract String getId()
public abstract com.google.common.collect.ImmutableMap<String,AttributeDescription> getAttributeDescriptionMap()
public static EntityTypeDescription create(String fullyQualifiedName, com.google.common.collect.ImmutableMap<String,AttributeDescription> attrDescriptionMap)
Copyright © 2017. All rights reserved.