2009-10-01 1.2.0

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

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
          extended by org.eclipse.soda.dk.platform.validation.test.checker.FieldInfo
All Implemented Interfaces:
java.io.Serializable

public class FieldInfo
extends MemberInfo

Since:
1.0
Version:
1.2.0
See Also:
Serialized Form

Constructor Summary
FieldInfo(java.lang.String name, int accessFlags, java.lang.String typeName)
          Constructs an instance of this class from the specified name, access flags and type name parameters.
 
Method Summary
 java.lang.String toString()
          Returns the string value.
 
Methods inherited from class org.eclipse.soda.dk.platform.validation.test.checker.MemberInfo
getType, getType, getTypeDescriptor
 
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, wait, wait, wait
 

Constructor Detail

FieldInfo

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

Parameters:
name - The name (String) parameter.
accessFlags - The access flags (int) parameter.
typeName - The type name (String) parameter.
Method Detail

toString

public java.lang.String toString()
Returns the string value.

Overrides:
toString in class java.lang.Object
Returns:
The string (String) value.

2009-10-01 1.2.0

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