public class FieldReference extends Object
| Modifier and Type | Method and Description |
|---|---|
static FieldReference |
field(TypeReference owner,
TypeReference type,
String name) |
boolean |
isFinal() |
boolean |
isStatic() |
int |
modifiers() |
String |
name() |
TypeReference |
owner() |
static FieldReference |
staticField(TypeReference owner,
TypeReference type,
String name) |
TypeReference |
type() |
public static FieldReference field(TypeReference owner, TypeReference type, String name)
public static FieldReference staticField(TypeReference owner, TypeReference type, String name)
public TypeReference owner()
public TypeReference type()
public String name()
public boolean isStatic()
public boolean isFinal()
public int modifiers()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.