public abstract String name
public abstract Class<?> type
int.class,
double.class, etc.), String, enum or complex model
class (defined by Model property).public abstract boolean array
type() or a single value?
If the property is an array, only its getter (returning mutable List of
the boxed type()) is generated.public abstract boolean mutable
Technology.
Attempts to modify the object later yield IllegalStateException.
Technologies may decide to represent such non-mutable
property in more effective way - for
example Knockout Java Bindings technology (with id "ko4j")
uses plain JavaScript value (number, string, array, boolean) rather
than classical observable.Copyright © 2016 NetBeans. All Rights Reserved.