public final class CtCompoundTypeScalarList extends Object
| Constructor and Description |
|---|
CtCompoundTypeScalarList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompoundProperty(String propName,
CtCompoundType<?> t,
CompoundTypeProperty<?,?> prop)
Register a property with it's associated compound type and relative name.
|
void |
addScalarType(String propName,
ScalarType<?> scalar)
Register a scalarType used in the compound type with its given property name.
|
Set<Map.Entry<String,ScalarType<?>>> |
entries() |
CtCompoundProperty |
getCompoundType(String propName) |
List<CtCompoundProperty> |
getNonScalarProperties()
Return the list of non-scalar properties.
|
public List<CtCompoundProperty> getNonScalarProperties()
public void addCompoundProperty(String propName, CtCompoundType<?> t, CompoundTypeProperty<?,?> prop)
public void addScalarType(String propName, ScalarType<?> scalar)
public CtCompoundProperty getCompoundType(String propName)
public Set<Map.Entry<String,ScalarType<?>>> entries()
Copyright © 2014. All Rights Reserved.