public interface IlpRepresentationObjectMapper
IlpRepresentationObject
used to represent
an IlpObject
.Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
getRepresentationObject(IlpObject object)
Returns the
IlpRepresentationObject used to
represent the given IlpObject . |
boolean |
hasRepresentationObject(IlpRepresentationObject ro)
Returns if the given
IlpRepresentationObject is
contained in this mapper. |
IlpRepresentationObject getRepresentationObject(IlpObject object)
IlpRepresentationObject
used to
represent the given IlpObject
.object
- The IlpObject
, the representation object of which needs
to be known.boolean hasRepresentationObject(IlpRepresentationObject ro)
IlpRepresentationObject
is
contained in this mapper.ro
- The IlpRepresentationObject
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.