All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.dom.Attribute

java.lang.Object
   |
   +----com.netobjects.nfx.dom.Attribute

public class Attribute
extends Object
Version:
1.0
Author:
Scott Cinnamond

Variable Index

 o dmBoolean
 o dmCustom
 o dmName
 o dmValue

Constructor Index

 o Attribute()
Constructor.
 o Attribute(String, String)
Constructor.

Method Index

 o getName()
 o getValue()
 o isBoolean()
 o isCustom()
 o setName(String)
 o setValue(String)

Variables

 o dmName
 private String dmName
 o dmValue
 private String dmValue
 o dmBoolean
 private boolean dmBoolean
 o dmCustom
 private boolean dmCustom

Constructors

 o Attribute
 private Attribute()
Constructor. Enforce that this cannot be used.

 o Attribute
 public Attribute(String name,
                  String value)
Constructor.

Methods

 o getName
 public String getName()
 o getValue
 public String getValue()
 o setName
 public void setName(String name)
 o setValue
 public void setValue(String value)
 o isBoolean
 public boolean isBoolean()
 o isCustom
 public boolean isCustom()

All Packages  Class Hierarchy  This Package  Previous  Next  Index