2009-10-01 1.2.0

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

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

public abstract class DeclarationInfo
extends java.lang.Object
implements java.io.Serializable

Since:
1.0
Version:
1.2.0
See Also:
Serialized Form

Constructor Summary
DeclarationInfo()
          Constructs an instance of this class.
DeclarationInfo(java.lang.String name, int accessFlags)
          Constructs an instance of this class from the specified name and access flags parameters.
 
Method Summary
 int getAccessFlags()
          Gets the access flags (int) value.
 int getModifiers()
          Gets the modifiers (int) value.
 java.lang.String getName()
          Gets the name (String) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclarationInfo

public DeclarationInfo()
Constructs an instance of this class.

See Also:
DeclarationInfo(String,int)

DeclarationInfo

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

Parameters:
name - The name (String) parameter.
accessFlags - The access flags (int) parameter.
See Also:
DeclarationInfo()
Method Detail

getAccessFlags

public int getAccessFlags()
Gets the access flags (int) value.

Returns:
The access flags (int) value.

getModifiers

public int getModifiers()
Gets the modifiers (int) value.

Returns:
The modifiers (int) value.

getName

public java.lang.String getName()
Gets the name (String) value.

Returns:
The name (String) value.

2009-10-01 1.2.0

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