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, setType
equals, getName, getNormalizedName, hashCode, toString
public 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–2013. All rights reserved.