public class EnvironmentField extends Object implements MetaField
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EnvironmentClass |
getEnclosingClass() |
int |
getModifiers() |
String |
getName() |
MetaClass |
getType() |
int |
hashCode() |
static Collection<EnvironmentField> |
wrap(Field... fields) |
static EnvironmentField |
wrap(Field fld) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getStaticImportPattern, isStatic
getImportPattern
public static EnvironmentField wrap(Field fld)
public static Collection<EnvironmentField> wrap(Field... fields)
public int getModifiers()
getModifiers
in interface MetaModifiable
public String getName()
getName
in interface MetaField
getName
in interface MetaStaticImportableMember
public EnvironmentClass getEnclosingClass()
getEnclosingClass
in interface MetaStaticImportableMember
see also the complete user documentation .