public class FeatureType extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
href |
String |
name |
| Constructor and Description |
|---|
FeatureType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHref() |
String |
getName() |
void |
setDescription(String description) |
void |
setHref(String href) |
void |
setName(String name) |
Copyright © 2020. All rights reserved.