SMILA (incubation) API documentation

org.eclipse.smila.processing.configuration
Class PipeletConfiguration.Property

java.lang.Object
  extended by org.eclipse.smila.processing.configuration.PipeletConfiguration.Property
Enclosing class:
PipeletConfiguration

public static class PipeletConfiguration.Property
extends java.lang.Object

The Class Property.


Constructor Summary
PipeletConfiguration.Property(java.lang.String name, java.util.List<java.lang.Object> values)
          Instantiates a new property.
PipeletConfiguration.Property(java.lang.String name, java.lang.Object singleValue)
          Instantiates a new property.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 java.lang.Object getValue()
          Gets the first value.
 java.util.List<java.lang.Object> getValues()
          Gets the values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeletConfiguration.Property

public PipeletConfiguration.Property(java.lang.String name,
                                     java.lang.Object singleValue)
Instantiates a new property.

Parameters:
name - the name
singleValue - a single value

PipeletConfiguration.Property

public PipeletConfiguration.Property(java.lang.String name,
                                     java.util.List<java.lang.Object> values)
Instantiates a new property.

Parameters:
name - the name
values - the values
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getValues

public java.util.List<java.lang.Object> getValues()
Gets the values.

Returns:
the value

getValue

public java.lang.Object getValue()
Gets the first value.

Returns:
the value

SMILA (incubation) API documentation