org.shiftone.ooc.initialize.types
Class XValue

java.lang.Object
  extended byorg.shiftone.ooc.initialize.types.XValue
All Implemented Interfaces:
ContextBuilder

public class XValue
extends java.lang.Object
implements ContextBuilder

Version:
$Revision: 1.3 $
Author:
Jeff Drost

Constructor Summary
XValue()
           
 
Method Summary
 void build(javax.naming.Context context)
          Method build
 java.lang.String getName()
          Method getName
 java.lang.String getType()
          Method getType
 java.lang.String getValue()
          Method getValue
 void setName(java.lang.String name)
          Method setName
 void setType(java.lang.String type)
          Method setType
 void setValue(java.lang.String value)
          Method setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XValue

public XValue()
Method Detail

build

public void build(javax.naming.Context context)
           throws javax.naming.NamingException
Method build

Specified by:
build in interface ContextBuilder
Throws:
javax.naming.NamingException

getName

public java.lang.String getName()
Method getName


setName

public void setName(java.lang.String name)
Method setName


getType

public java.lang.String getType()
Method getType


setType

public void setType(java.lang.String type)
Method setType


getValue

public java.lang.String getValue()
Method getValue


setValue

public void setValue(java.lang.String value)
Method setValue