Package net.sf.okapi.common.resource
Interface IWithSkeleton
-
- All Known Subinterfaces:
IMultilingual,INameable,IResource,ITextUnit
- All Known Implementing Classes:
BaseNameable,BaseReferenceable,Custom,DocumentPart,Ending,EndSubfilter,MultiEvent,PipelineParameters,RawDocument,Segment,StartDocument,StartGroup,StartSubDocument,StartSubfilter,StorageList,TextContainer,TextPart,TextUnit
public interface IWithSkeleton
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ISkeletongetSkeleton()Gets the skeleton object for this resource.default voidsetSkeleton(ISkeleton skeleton)Sets the skeleton object for this resource.
-
-
-
Method Detail
-
getSkeleton
default ISkeleton getSkeleton()
Gets the skeleton object for this resource.- Returns:
- the skeleton object for this resource or null if there is none.
-
setSkeleton
default void setSkeleton(ISkeleton skeleton)
Sets the skeleton object for this resource.- Parameters:
skeleton- the skeleton object to set.
-
-