Class RemoveEntity
java.lang.Object
ch.tocco.nice2.model.entity.impl.reading.remove.RemoveEntity
-
Constructor Summary
ConstructorDescriptionRemoveEntity
(NiceModelReceiver receiver, org.slf4j.Logger log, String name, ConfigModuleContext configModuleContext) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
finish()
final void
removeField
(String name) final void
removeRelation
(String name)
-
Constructor Details
-
RemoveEntity
public RemoveEntity(NiceModelReceiver receiver, org.slf4j.Logger log, String name, ConfigModuleContext configModuleContext)
-
-
Method Details
-
removeField
@Element("field") @Cardinality(min=0, max=2147483647) public final void removeField(@Attribute("name") @Required String name) throws InvalidValueException - Throws:
InvalidValueException
-
removeRelation
@Element("relation") @Cardinality(min=0, max=2147483647) public final void removeRelation(@Attribute("name") @Required String name) throws InvalidValueException - Throws:
InvalidValueException
-
finish
- Throws:
InvalidValueException
-