1 12 package org.eclipse.jdt.core; 13 14 20 public interface IField extends IMember { 21 91 public Object getConstant() throws JavaModelException; 92 96 String getElementName(); 97 107 String getKey(); 108 122 String getTypeSignature() throws JavaModelException; 123 131 boolean isEnumConstant() throws JavaModelException; 132 139 boolean isResolved(); 140 141 } 142 | Popular Tags |