Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
ObjectLiteralField.FieldKind |
ObjectLiteralField.getKind()
Returns the kind for this literal
|
static ObjectLiteralField.FieldKind |
ObjectLiteralField.FieldKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLiteralField.FieldKind[] |
ObjectLiteralField.FieldKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectLiteralField.setKind(ObjectLiteralField.FieldKind fieldKind)
Sets the kind for this object property Ordinary fields have a kind
value INIT; getters and setters have the kind values GET and SET,
respectively.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.