KIE Uberfire Wires :: Bayesian Parser API 6.2.0-SNAPSHOT

org.kie.uberfire.wires.bayesian.network.parser.client.parser
Class VariableXml

java.lang.Object
  extended by org.kie.uberfire.wires.bayesian.network.parser.client.parser.VariableXml
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Variable

@Portable
public class VariableXml
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VariableXml()
           
 
Method Summary
 String getType()
           
 List<String> getValue()
           
 void setType(String type)
           
 void setValue(List<String> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableXml

public VariableXml()
Method Detail

getValue

public List<String> getValue()

setValue

public void setValue(List<String> value)

getType

public String getType()

setType

public void setType(String type)

KIE Uberfire Wires :: Bayesian Parser API 6.2.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.