2009-10-01 1.2.0

org.eclipse.soda.dk.platform.validation.test.checker
Class MemberInfo

java.lang.Object
  extended by org.eclipse.soda.dk.platform.validation.test.checker.DeclarationInfo
      extended by org.eclipse.soda.dk.platform.validation.test.checker.MemberInfo
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldInfo, MethodInfo

public abstract class MemberInfo
extends DeclarationInfo

Since:
1.0
Version:
1.2.0
See Also:
Serialized Form

Constructor Summary
MemberInfo()
          Constructs an instance of this class.
MemberInfo(java.lang.String name, int accessFlags, java.lang.String typeDescriptor)
          Constructs an instance of this class from the specified name, access flags and type descriptor parameters.
 
Method Summary
 java.lang.Class getType()
          Gets the type (Class) value.
static java.lang.Class getType(java.lang.String typeDescriptor)
          Get type with the specified type descriptor parameter and return the Class result.
 java.lang.String getTypeDescriptor()
          Gets the type descriptor (String) value.
 
Methods inherited from class org.eclipse.soda.dk.platform.validation.test.checker.DeclarationInfo
getAccessFlags, getModifiers, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberInfo

public MemberInfo()
Constructs an instance of this class.

See Also:
MemberInfo(String,int,String)

MemberInfo

public MemberInfo(java.lang.String name,
                  int accessFlags,
                  java.lang.String typeDescriptor)
Constructs an instance of this class from the specified name, access flags and type descriptor parameters.

Parameters:
name - The name (String) parameter.
accessFlags - The access flags (int) parameter.
typeDescriptor - The type descriptor (String) parameter.
See Also:
MemberInfo()
Method Detail

getType

public static java.lang.Class getType(java.lang.String typeDescriptor)
                               throws java.lang.ClassNotFoundException
Get type with the specified type descriptor parameter and return the Class result.

Parameters:
typeDescriptor - The type descriptor (String) parameter.
Returns:
Results of the get type (Class) value.
Throws:
java.lang.ClassNotFoundException - Class Not Found Exception.
See Also:
getType()

getType

public java.lang.Class getType()
                        throws java.lang.ClassNotFoundException
Gets the type (Class) value.

Returns:
The type (Class) value.
Throws:
java.lang.ClassNotFoundException - Class Not Found Exception.
See Also:
getType(String)

getTypeDescriptor

public java.lang.String getTypeDescriptor()
Gets the type descriptor (String) value.

Returns:
The type descriptor (String) value.

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.