org.sonatype.gshell.util.setter
Interface Setter

All Known Implementing Classes:
CollectionFieldSetter, FieldSetter, MethodSetter, SetterSupport

public interface Setter

Provides the basic mechanism to set values.

Since:
2.0
Author:
Jason Dillon

Method Summary
 Object getBean()
           
 String getName()
           
 Class<?> getType()
           
 boolean isMultiValued()
          Whether this setter is intrinsically multi-valued.
 void set(Object value)
           
 

Method Detail

set

void set(Object value)
         throws Exception
Throws:
Exception

getBean

Object getBean()

getName

String getName()

getType

Class<?> getType()

isMultiValued

boolean isMultiValued()
Whether this setter is intrinsically multi-valued.



Copyright © 2008-2011 Sonatype. All Rights Reserved.