BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules
Class Constant

java.lang.Object
  |
  +--com.sun.xml.tree.NodeBase
        |
        +--com.sun.xml.tree.ParentNode
              |
              +--com.sun.xml.tree.ElementNode
                    |
                    +--com.beasys.commerce.axiom.reasoning.rules.BasicNode
                          |
                          +--com.beasys.commerce.axiom.reasoning.rules.Constant

public class Constant
extends BasicNode
implements Displayable

Constant tag impl.

See Also:
Serialized Form

Field Summary
 java.lang.String ATTRIBUTE_schemaGroup
           
 java.lang.String ATTRIBUTE_type
           
 java.lang.String ATTRIBUTE_value
           
 
Constructor Summary
Constant()
          Default constructor.
 
Method Summary
 java.lang.String getDisplayValue()
          Get display value.
 java.lang.String getSchemaGroup()
          Get schema group.
 java.lang.String getTransientTagName()
          Get tag name.
 java.lang.String getType()
          Get type.
 java.lang.String getValue()
          Get value.
 void setSchemaGroup(java.lang.String aSchemaGroup)
          Set schema group.
 void setType(java.lang.String aType)
          Set type.
 void setValue(java.lang.String aValue)
          Set value.
 
Methods inherited from class com.beasys.commerce.axiom.reasoning.rules.BasicNode
addChild, getChildren, getList, load, loadDOM, removeChild
 
Methods inherited from class com.sun.xml.tree.ElementNode
cloneNode, getAttribute, getAttribute, getAttributeNode, getAttributeNode, getAttributes, getIdAttributeName, getLocalName, getNamespace, getNodeName, getNodeType, getPrefix, getTagName, getUserObject, normalize, removeAttribute, removeAttributeNode, removeWhiteSpaces, setAttribute, setAttributeNode, setIdAttributeName, setPrefix, setReadonly, setUserObject, toString, trimToSize, write, writeXml
 
Methods inherited from class com.sun.xml.tree.ParentNode
appendChild, doneChild, doneParse, getElementsByTagName, getFirstChild, getIndexOf, getLastChild, getLength, hasChildNodes, insertBefore, item, removeChild, replaceChild, startParse, writeChildrenXml
 
Methods inherited from class com.sun.xml.tree.NodeBase
getChildNodes, getInheritedAttribute, getInheritedAttribute, getLanguage, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, isReadonly, setNodeValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE_type

public java.lang.String ATTRIBUTE_type

ATTRIBUTE_value

public java.lang.String ATTRIBUTE_value

ATTRIBUTE_schemaGroup

public java.lang.String ATTRIBUTE_schemaGroup
Constructor Detail

Constant

public Constant()
Default constructor.
Method Detail

getType

public java.lang.String getType()
Get type.
Returns:
String

setType

public void setType(java.lang.String aType)
Set type.
Parameters:
aDescription -  

getValue

public java.lang.String getValue()
Get value.
Returns:
String

setValue

public void setValue(java.lang.String aValue)
Set value.
Parameters:
aValue -  

getSchemaGroup

public java.lang.String getSchemaGroup()
Get schema group.
Returns:
String

setSchemaGroup

public void setSchemaGroup(java.lang.String aSchemaGroup)
Set schema group.
Parameters:
aSchemaGroup -  

getTransientTagName

public java.lang.String getTransientTagName()
Get tag name.
Overrides:
getTransientTagName in class BasicNode
Returns:
String

getDisplayValue

public java.lang.String getDisplayValue()
Get display value.
Specified by:
getDisplayValue in interface Displayable
Returns:
String

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved