public class Type extends Object
| Modifier and Type | Method and Description |
|---|---|
Type |
feature(String name,
Object value) |
Type |
features(Map<String,Object> features) |
Type |
format(String format) |
Map<String,Object> |
getFeatures() |
String |
getFormat() |
TypeKind |
getKind() |
List<String> |
getTags() |
void |
setFeatures(Map<String,Object> features) |
void |
setFormat(String format) |
void |
setTags(List<String> tags) |
Type |
tag(String tag) |
Type |
tags(String... tags) |
Copyright © 2016–2018 Softelnet. All rights reserved.