Interface MutablePrismPropertyDefinition<T>

All Superinterfaces:
Cloneable, DebugDumpable, Definition, Freezable, ItemDefinition<PrismProperty<T>>, MutableDefinition, MutableItemDefinition<PrismProperty<T>>, PrismContextSensitive, PrismItemAccessDefinition, PrismPropertyDefinition<T>, Revivable, Serializable, SmartVisitable<Definition>, Visitable<Definition>
All Known Subinterfaces:
MutableRawResourceAttributeDefinition<T>, PartiallyMutableItemDefinition.Attribute<T>, PartiallyMutableItemDefinition.Property<T>
All Known Implementing Classes:
PrismPropertyDefinitionImpl, RawResourceAttributeDefinitionImpl, TransformablePropertyDefinition, TransformablePropertyDefinition.RefinedAttribute, TransformablePropertyDefinition.ResourceAttribute

public interface MutablePrismPropertyDefinition<T> extends PrismPropertyDefinition<T>, MutableItemDefinition<PrismProperty<T>>