|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.processing.configuration.PipeletConfiguration.Property
public static class PipeletConfiguration.Property
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 |
|---|
public PipeletConfiguration.Property(java.lang.String name,
java.lang.Object singleValue)
name - the namesingleValue - a single value
public PipeletConfiguration.Property(java.lang.String name,
java.util.List<java.lang.Object> values)
name - the namevalues - the values| Method Detail |
|---|
public java.lang.String getName()
public java.util.List<java.lang.Object> getValues()
public java.lang.Object getValue()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||