<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Interface java.lang.reflect.Member
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.reflect.html">This Package</a>  <a href="Package-java.lang.reflect.html">Previous</a>  <a href="Package-java.lang.reflect.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.lang.reflect.Member
</h1>
<dl>
  <dt> public interface <b>Member</b>
</dl>
Member is an interface that reflects identifying information about
 a single member (a field or a method) or a constructor.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.Class.html#_top_">Class</a>, <a href="java.lang.reflect.Field.html#_top_">Field</a>, <a href="java.lang.reflect.Method.html#_top_">Method</a>, <a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DECLARED"><b>DECLARED</b></a>
  <dd>  Identifies the set of declared members of a class or interface.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#PUBLIC"><b>PUBLIC</b></a>
  <dd>  Identifies the set of all public members of a class or interface,
 including inherited members.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getDeclaringClass()"><b>getDeclaringClass</b></a>()
  <dd>  Returns the Class object representing the class or interface
 that declares the member or constructor represented by this Member.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getModifiers()"><b>getModifiers</b></a>()
  <dd>  Returns the Java language modifiers for the member or
 constructor represented by this Member, as an integer.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getName()"><b>getName</b></a>()
  <dd>  Returns the simple name of the underlying member or constructor
 represented by this Member.
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="PUBLIC"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>PUBLIC</b>
<pre>
 public static final int PUBLIC
</pre>
<dl>
  <dd> Identifies the set of all public members of a class or interface,
 including inherited members.<p>
  <dd><dl> 
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.SecurityManager.html#checkMemberAccess">checkMemberAccess</a>
  </dl></dd>
</dl>
<a name="DECLARED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DECLARED</b>
<pre>
 public static final int DECLARED
</pre>
<dl>
  <dd> Identifies the set of declared members of a class or interface.
 Inherited members are not included.<p>
  <dd><dl> 
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.SecurityManager.html#checkMemberAccess">checkMemberAccess</a>
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getDeclaringClass()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getDeclaringClass"><b>getDeclaringClass</b></a>
<pre>
 public abstract <a href="java.lang.Class.html#_top_">Class</a> getDeclaringClass()
</pre>
<dl>
  <dd> Returns the Class object representing the class or interface
 that declares the member or constructor represented by this Member.
<p>
</dl>
<a name="getName()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getName"><b>getName</b></a>
<pre>
 public abstract <a href="java.lang.String.html#_top_">String</a> getName()
</pre>
<dl>
  <dd> Returns the simple name of the underlying member or constructor
 represented by this Member.
<p>
</dl>
<a name="getModifiers()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getModifiers"><b>getModifiers</b></a>
<pre>
 public abstract int getModifiers()
</pre>
<dl>
  <dd> Returns the Java language modifiers for the member or
 constructor represented by this Member, as an integer.  The
 Modifier class should be used to decode the modifiers in
 the integer.
<p>
  <dd><dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.reflect.html">This Package</a>  <a href="Package-java.lang.reflect.html">Previous</a>  <a href="Package-java.lang.reflect.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
