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 Objectable
getOriginObject()
OriginType
getOriginType()
void
setOriginObject(Objectable source)
void
setOriginType(OriginType type)
-
-
-
Method Detail
-
setOriginObject
void setOriginObject(Objectable source)
-
setOriginType
void setOriginType(OriginType type)
-
getOriginType
OriginType getOriginType()
-
getOriginObject
Objectable getOriginObject()
-
-