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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultAttr
public DefaultAttr(CompositeNode parent,
java.lang.String name,
java.lang.String type,
AttrSpecifier specifier,
java.lang.Object value)
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
Copyright © 2000-2003 Florian Deissenboeck, Sebastian Winter