org.scribble.protocol.monitor.model
Class Decision

java.lang.Object
  extended by org.scribble.protocol.monitor.model.Node
      extended by org.scribble.protocol.monitor.model.Decision

public class Decision
extends Node

Java class for Decision complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Decision">
   <complexContent>
     <extension base="{http://www.scribble.org/monitor}Node">
       <attribute name="innerIndex" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer innerIndex
           
 
Fields inherited from class org.scribble.protocol.monitor.model.Node
annotation, nextIndex
 
Constructor Summary
Decision()
           
 
Method Summary
 int getInnerIndex()
          Gets the value of the innerIndex property.
 void setInnerIndex(Integer value)
          Sets the value of the innerIndex property.
 
Methods inherited from class org.scribble.protocol.monitor.model.Node
getAnnotation, getNextIndex, setNextIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

innerIndex

protected Integer innerIndex
Constructor Detail

Decision

public Decision()
Method Detail

getInnerIndex

public int getInnerIndex()
Gets the value of the innerIndex property.

Returns:
possible object is Integer

setInnerIndex

public void setInnerIndex(Integer value)
Sets the value of the innerIndex property.

Parameters:
value - allowed object is Integer


Copyright © 2008-Present Scribble.org. All Rights Reserved.