Classgen v1.4

classgen.framework
Class DefaultAttr

java.lang.Object
  |
  +--classgen.framework.DefaultAttr
All Implemented Interfaces:
Attr

public class DefaultAttr
extends java.lang.Object
implements Attr

Class DefaultAttr.

Version:
$Revision: 1.1 $, $Date: 2003/08/07 14:56:53 $
Author:
Florian Deissenboeck, Sebastian Winter

Constructor Summary
DefaultAttr(CompositeNode parent, java.lang.String name, java.lang.String type, AttrSpecifier specifier, java.lang.Object value)
           
 
Method Summary
 java.lang.String getName()
           
 CompositeNode getParent()
           
 AttrSpecifier getSpecifier()
           
 java.lang.String getType()
           
 java.lang.Object getValue()
           
 java.lang.String toString()
          Returns the result of sending toString() to this attributes's value object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultAttr

public DefaultAttr(CompositeNode parent,
                   java.lang.String name,
                   java.lang.String type,
                   AttrSpecifier specifier,
                   java.lang.Object value)
Method Detail

getParent

public CompositeNode getParent()
Specified by:
getParent in interface Attr

getSpecifier

public AttrSpecifier getSpecifier()
Specified by:
getSpecifier in interface Attr

getType

public java.lang.String getType()
Specified by:
getType in interface Attr

getName

public java.lang.String getName()
Specified by:
getName in interface Attr

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface Attr

toString

public java.lang.String toString()
Returns the result of sending toString() to this attributes's value object.
Overrides:
toString in class java.lang.Object

Classgen v1.4

Copyright © 2000-2003 Florian Deissenboeck, Sebastian Winter