public interface PropertySetDefFactoryOperations
| Modifier and Type | Method and Description |
|---|---|
PropertySetDef |
create_constrained_propertysetdef(TypeCode[] allowed_property_types,
PropertyDef[] allowed_property_defs) |
PropertySetDef |
create_initial_propertysetdef(PropertyDef[] initial_property_defs) |
PropertySetDef |
create_propertysetdef() |
PropertySetDef create_propertysetdef()
PropertySetDef create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs) throws ConstraintNotSupported
ConstraintNotSupportedPropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs) throws MultipleExceptions
MultipleExceptions