public class ComplexProperty extends Property
| Constructor and Description |
|---|
ComplexProperty(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexType |
getComplexType()
Returns the type of the property.
|
void |
setComplexType(ComplexType type)
Sets the type of the property.
|
getDefaultValue, getGetterAccess, getMediaType, getPropertyName, getSetterAccess, getType, isConcurrent, isNullable, setConcurrent, setDefaultValue, setGetterAccess, setMediaType, setNullable, setSetterAccess, setTypeequals, getName, getNormalizedName, hashCode, toStringpublic ComplexProperty(String name)
name - The name of this property.public ComplexType getComplexType()
public void setComplexType(ComplexType type)
type - The type of the property.Copyright © 2005–2015. All rights reserved.