org.codehaus.aspectwerkz.metadata
Class FieldMetaData

java.lang.Object
  extended byorg.codehaus.aspectwerkz.metadata.FieldMetaData
All Implemented Interfaces:
MetaData, java.io.Serializable

public class FieldMetaData
extends java.lang.Object
implements MetaData, java.io.Serializable

Holds meta-data for a field. Used by the transformers.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
FieldMetaData()
           
 
Method Summary
 int getModifiers()
          Returns the modifiers.
 java.lang.String getName()
          Returns the name.
 java.lang.String getType()
          Returns the type.
 void setModifiers(int modifiers)
          Sets the modifiers.
 void setName(java.lang.String name)
          Sets the name.
 void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMetaData

public FieldMetaData()
Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name

getType

public java.lang.String getType()
Returns the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - the type

getModifiers

public int getModifiers()
Returns the modifiers.

Returns:
the modifiers

setModifiers

public void setModifiers(int modifiers)
Sets the modifiers.

Parameters:
modifiers - the modifiers


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.