com.pmease.quickbuild.setting.step.repetition
Class SpecifiedValues

java.lang.Object
  extended by com.pmease.quickbuild.setting.step.repetition.SpecifiedValues
All Implemented Interfaces:
ParamValues, Validatable, java.io.Serializable

public class SpecifiedValues
extends java.lang.Object
implements ParamValues, Validatable

See Also:
Serialized Form

Constructor Summary
SpecifiedValues()
           
 
Method Summary
 java.util.List<java.lang.String> get(Step step)
           
 java.lang.String getValues()
           
 void setValues(java.lang.String values)
           
 void validate(java.util.Set<java.lang.String> properties, ErrorContext errorContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifiedValues

public SpecifiedValues()
Method Detail

getValues

@NotEmpty
public java.lang.String getValues()

setValues

public void setValues(java.lang.String values)

get

public java.util.List<java.lang.String> get(Step step)
Specified by:
get in interface ParamValues

validate

public void validate(java.util.Set<java.lang.String> properties,
                     ErrorContext errorContext)
Specified by:
validate in interface Validatable


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.