com.ebmwebsourcing.easyviper.core.api.engine.variable
Interface Variable<T>

All Superinterfaces:
Expression<javax.xml.namespace.QName,T>, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable

public interface Variable<T>
extends Expression<javax.xml.namespace.QName,T>, org.ow2.easywsdl.schema.api.SchemaElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Variable<T> copypaste()
           
 javax.xml.namespace.QName getQName()
           
 InternalMessage getValue()
           
 void setQName(javax.xml.namespace.QName name)
           
 void setValue(InternalMessage value)
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression
evaluate, getContent, setContent
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getQName

javax.xml.namespace.QName getQName()

setQName

void setQName(javax.xml.namespace.QName name)

getValue

InternalMessage getValue()

setValue

void setValue(InternalMessage value)

copypaste

Variable<T> copypaste()
Specified by:
copypaste in interface Expression<javax.xml.namespace.QName,T>


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.