testjdt3
Class Decision

java.lang.Object
  extended by testjdt3.Decision

public class Decision
extends java.lang.Object

Class for decision

Author:
jroyer

Nested Class Summary
static class Decision.Values
          Three logical values.
 
Constructor Summary
Decision()
          Constructor.
Decision(Decision.Values v)
          Constructor with values.
 
Method Summary
 boolean isComponentType()
          Test for component type.
 boolean isDataType()
          Indicates that a method use the type as formal parameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decision

public Decision()
Constructor.


Decision

public Decision(Decision.Values v)
Constructor with values.

Method Detail

isDataType

public boolean isDataType()
Indicates that a method use the type as formal parameter

Returns:

isComponentType

public boolean isComponentType()
Test for component type.

Returns: