net.dpml.test.array
Class ArrayTestComponent

java.lang.Object
  extended by net.dpml.test.array.ArrayTestComponent

public class ArrayTestComponent
extends Object

Test the supply of a string array as a context value.

Version:
1.2.0
Author:
Digital Product Meta Library

Nested Class Summary
static interface ArrayTestComponent.Context
          The construction criteria.
 
Constructor Summary
ArrayTestComponent(ArrayTestComponent.Context context)
          Creation of a new test component instance.
 
Method Summary
 String[] getValues()
          Return the string array assigned to the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTestComponent

public ArrayTestComponent(ArrayTestComponent.Context context)
Creation of a new test component instance.

Parameters:
context - a component context
Method Detail

getValues

public String[] getValues()
Return the string array assigned to the context.

Returns:
the color value