org.jetbrains.kotlin.load.java.structure
Interface JavaField

All Superinterfaces:
JavaAnnotationOwner, JavaElement, JavaMember, JavaModifierListOwner, JavaNamedElement
All Known Implementing Classes:
JavaFieldImpl

public interface JavaField
extends JavaMember


Method Summary
 JavaType getType()
           
 boolean isEnumEntry()
           
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaMember
getContainingClass
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaModifierListOwner
getVisibility, isAbstract, isFinal, isStatic
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaAnnotationOwner
findAnnotation, getAnnotations, isDeprecatedInJavaDoc
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaNamedElement
getName
 

Method Detail

isEnumEntry

boolean isEnumEntry()

getType

@NotNull
JavaType getType()