com.sun.xml.bind.v2.runtime.reflect.opt
Class MethodAccessor_Character
java.lang.Object
com.sun.xml.bind.v2.runtime.reflect.Accessor
com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Character
- All Implemented Interfaces:
- Receiver
public class MethodAccessor_Character
- extends Accessor
Template Accessor for boolean getter/setter.
Auto-generated, do not edit.
All the MethodAccessors are generated from MethodAccessor_B y t e
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
Object |
get(Object bean)
Gets the value of the property of the given bean object. |
void |
set(Object bean,
Object value)
Sets the value of the property of the given bean object. |
| Methods inherited from class com.sun.xml.bind.v2.runtime.reflect.Accessor |
adapt, adapt, getErrorInstance, getUnadapted, getValueType, isAbstractable, isAdapted, isValueTypeAbstractable, optimize, receive, setUnadapted |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodAccessor_Character
public MethodAccessor_Character()
get
public Object get(Object bean)
- Description copied from class:
Accessor
- Gets the value of the property of the given bean object.
- Specified by:
get in class Accessor
- Parameters:
bean - must not be null.
set
public void set(Object bean,
Object value)
- Description copied from class:
Accessor
- Sets the value of the property of the given bean object.
- Specified by:
set in class Accessor
- Parameters:
bean - must not be null.value - the value to be set. Setting value to null means resetting
to the VM default value (even for primitive properties.)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.