org.ow2.orchestra.facade.def.impl
Class LiteralDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.LiteralDefinitionImpl
All Implemented Interfaces:
Serializable, LiteralDefinition

public class LiteralDefinitionImpl
extends Object
implements LiteralDefinition

See Also:
Serialized Form

Field Summary
protected  String value
           
 
Constructor Summary
LiteralDefinitionImpl()
           
LiteralDefinitionImpl(Element value)
           
 
Method Summary
 Element getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value
Constructor Detail

LiteralDefinitionImpl

public LiteralDefinitionImpl()

LiteralDefinitionImpl

public LiteralDefinitionImpl(Element value)
Method Detail

getValue

public Element getValue()
Specified by:
getValue in interface LiteralDefinition
Returns:
the value of the element

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 OW2 Consortium. All Rights Reserved.