Interface MidpointOriginMetadata
-
- All Known Subinterfaces:
PrismContainerValue<C>,PrismObjectValue<O>,PrismPropertyValue<T>,PrismReferenceValue,PrismValue
- All Known Implementing Classes:
PrismContainerValueImpl,PrismObjectValueImpl,PrismPropertyValueImpl,PrismReferenceValueImpl,PrismValueImpl
public interface MidpointOriginMetadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectablegetOriginObject()OriginTypegetOriginType()voidsetOriginObject(Objectable source)voidsetOriginType(OriginType type)
-
-
-
Method Detail
-
setOriginObject
void setOriginObject(Objectable source)
-
setOriginType
void setOriginType(OriginType type)
-
getOriginType
OriginType getOriginType()
-
getOriginObject
Objectable getOriginObject()
-
-