public static class FeatureMap.Entry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureMap.Entry.Type |
| Constructor and Description |
|---|
Entry(String name,
String value,
FeatureMap.Entry.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
FeatureMap.Entry.Type |
getType() |
String |
getValue() |
public Entry(String name, String value, FeatureMap.Entry.Type type)
public String getName()
public String getValue()
public FeatureMap.Entry.Type getType()
Copyright © 2022. All rights reserved.