public class CtCompoundProperty extends Object
| Constructor and Description |
|---|
CtCompoundProperty(String relativeName,
CtCompoundProperty parent,
CtCompoundType<?> ctType,
CompoundTypeProperty<?,?> property) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
The property name local to its type.
|
String |
getRelativeName()
The property name relative to the root of the compound type.
|
Object |
getValue(Object valueObject) |
Object |
setValue(Object bean,
Object value)
Set a scalar value that is used to build the immutable compound value
object.
|
String |
toString() |
public CtCompoundProperty(String relativeName, CtCompoundProperty parent, CtCompoundType<?> ctType, CompoundTypeProperty<?,?> property)
Copyright © 2014. All Rights Reserved.