Package | Description |
---|---|
io.vertx.codegen |
Modifier and Type | Method and Description |
---|---|
PropertyKind |
PropertyInfo.getKind() |
static PropertyKind |
PropertyKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKind[] |
PropertyKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,PropertyKind> |
PropertyKind.vars()
Useful for testing the type property kind, allows to do prop.kind == PROP_VALUE instead of prop.kind.name() == "VALUE"
|
Constructor and Description |
---|
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
List<AnnotationValueInfo> annotations,
PropertyKind kind,
boolean jsonifiable,
boolean deprecated,
Text deprecatedDesc) |
Copyright © 2021 Eclipse. All rights reserved.