Class PropagationConstraintImpl
- java.lang.Object
-
- org.gcube.informationsystem.base.impl.ElementImpl
-
- org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
-
- org.gcube.informationsystem.model.impl.properties.PropertyImpl
-
- org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
-
- All Implemented Interfaces:
Serializable,Element,PropertyElement,SchemaMixedElement,ModelElement,PropagationConstraint,Property
public final class PropagationConstraintImpl extends PropertyImpl implements PropagationConstraint
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
PropagationConstraint.AddConstraint, PropagationConstraint.DeleteConstraint, PropagationConstraint.RemoveConstraint
-
-
Field Summary
Fields Modifier and Type Field Description protected PropagationConstraint.AddConstraintaddConstraintprotected PropagationConstraint.DeleteConstraintdeleteConstraintprotected PropagationConstraint.RemoveConstraintremoveConstraint-
Fields inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
additionalProperties, allowedAdditionalKeys, expectedtype, supertypes
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, NAME, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
ADD_PROPERTY, DELETE_PROPERTY, NAME, REMOVE_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description PropagationConstraintImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropagationConstraint.AddConstraintgetAddConstraint()PropagationConstraint.DeleteConstraintgetDeleteConstraint()PropagationConstraint.RemoveConstraintgetRemoveConstraint()voidsetAddConstraint(PropagationConstraint.AddConstraint addConstraint)voidsetDeleteConstraint(PropagationConstraint.DeleteConstraint deleteConstraint)voidsetRemoveConstraint(PropagationConstraint.RemoveConstraint removeConstraint)-
Methods inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, getExpectedtype, getSupertypes, setAdditionalProperties, setAdditionalProperty
-
Methods inherited from class org.gcube.informationsystem.base.impl.ElementImpl
getTypeName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
Methods inherited from interface org.gcube.informationsystem.model.reference.ModelElement
getExpectedtype, getSupertypes
-
Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
addConstraint
protected PropagationConstraint.AddConstraint addConstraint
-
deleteConstraint
protected PropagationConstraint.DeleteConstraint deleteConstraint
-
removeConstraint
protected PropagationConstraint.RemoveConstraint removeConstraint
-
-
Method Detail
-
getAddConstraint
public PropagationConstraint.AddConstraint getAddConstraint()
- Specified by:
getAddConstraintin interfacePropagationConstraint
-
setAddConstraint
public void setAddConstraint(PropagationConstraint.AddConstraint addConstraint)
- Specified by:
setAddConstraintin interfacePropagationConstraint
-
getDeleteConstraint
public PropagationConstraint.DeleteConstraint getDeleteConstraint()
- Specified by:
getDeleteConstraintin interfacePropagationConstraint
-
setDeleteConstraint
public void setDeleteConstraint(PropagationConstraint.DeleteConstraint deleteConstraint)
- Specified by:
setDeleteConstraintin interfacePropagationConstraint
-
getRemoveConstraint
public PropagationConstraint.RemoveConstraint getRemoveConstraint()
- Specified by:
getRemoveConstraintin interfacePropagationConstraint
-
setRemoveConstraint
public void setRemoveConstraint(PropagationConstraint.RemoveConstraint removeConstraint)
- Specified by:
setRemoveConstraintin interfacePropagationConstraint
-
-