public class Keyword extends Object
Constructor and Description |
---|
Keyword(String keyword,
Object value) |
Keyword(String keyword,
java.util.function.Supplier<Object> value) |
Modifier and Type | Method and Description |
---|---|
String |
getKeyword() |
java.util.function.Supplier<Object> |
getValueSupplier() |
public Keyword(String keyword, java.util.function.Supplier<Object> value)
public String getKeyword()
public java.util.function.Supplier<Object> getValueSupplier()
Copyright © 2021 Eclipse. All rights reserved.