public class ComplexType extends ODataType
Constructor and Description |
---|
ComplexType(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ComplexType |
getBaseType()
Returns the parent type this type inherits from.
|
List<ComplexType> |
getComplexTypes()
Returns the list of complex types this type inherits from.
|
void |
setComplexTypes(List<ComplexType> complexTypes)
Sets the list of complex types this type inherits from.
|
compareTo, getClassName, getComplexProperties, getFullClassName, getImportedJavaClasses, getImportedTypes, getPackageName, getProperties, getSchema, isAbstractType, setAbstractType, setBaseType, setComplexProperties, setProperties, setSchema
equals, getName, getNormalizedName, hashCode, toString
public ComplexType(String name)
name
- The name of this type.public ComplexType getBaseType()
getBaseType
in class ODataType
public List<ComplexType> getComplexTypes()
public void setComplexTypes(List<ComplexType> complexTypes)
complexTypes
- The list of complex types this type inherits from.Copyright © 2005–2016. All rights reserved.