public class FeatureDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
List<AttributeDefinition> |
attributes |
List<Map<String,List<String>>> |
filters |
List<String> |
mappingKeys |
Map<String,List<String>> |
mappings |
String |
name |
Map<String,List<Map<String,List<String>>>> |
subMappings |
FeatureType |
type |
| Constructor and Description |
|---|
FeatureDefinition() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
getMappingAttribute() |
String |
getMappingName() |
String |
getQualifiedSubMappings() |
AttributeDefinition |
getSubMappingAttribute() |
String |
getSubMappingClass(String key,
String val) |
boolean |
isMappedValue(String val) |
public String name
public FeatureType type
public final List<AttributeDefinition> attributes
public String getMappingName()
public AttributeDefinition getMappingAttribute()
public String getQualifiedSubMappings()
public AttributeDefinition getSubMappingAttribute()
public boolean isMappedValue(String val)
Copyright © 2013–2019. All rights reserved.