|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.okapi.common.resource.BaseNameable
net.sf.okapi.common.resource.BaseReferenceable
net.sf.okapi.common.resource.DocumentPart
public class DocumentPart
Resource associated with the filter events DOCUMENT_PART,
| Field Summary |
|---|
| Fields inherited from class net.sf.okapi.common.resource.BaseReferenceable |
|---|
parentId, refCount |
| Fields inherited from class net.sf.okapi.common.resource.BaseNameable |
|---|
annotations, id, isTranslatable, mimeType, name, preserveWS, properties, skeleton, sourceProperties, type |
| Fields inherited from interface net.sf.okapi.common.IResource |
|---|
COPY_ALL, COPY_CONTENT, COPY_PROPERTIES, COPY_SEGMENTATION, COPY_SEGMENTED_CONTENT, CREATE_EMPTY |
| Constructor Summary | |
|---|---|
DocumentPart(java.lang.String id,
boolean isReferent)
Creates a new DocumentPart object. |
|
DocumentPart(java.lang.String id,
boolean isReferent,
ISkeleton skeleton)
Creates a new DocumentPart object. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class net.sf.okapi.common.resource.BaseReferenceable |
|---|
getParentId, getReferenceCount, isReferent, setIsReferent, setParentId, setReferenceCount |
| Methods inherited from class net.sf.okapi.common.resource.BaseNameable |
|---|
createTargetProperty, getAnnotation, getAnnotations, getId, getMimeType, getName, getProperty, getPropertyNames, getSkeleton, getSourceProperty, getSourcePropertyNames, getTargetLocales, getTargetProperty, getTargetPropertyNames, getType, hasProperty, hasSourceProperty, hasTargetProperty, isTranslatable, preserveWhitespaces, removeProperty, removeSourceProperty, removeTargetProperty, setAnnotation, setId, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setProperty, setSkeleton, setSourceProperty, setTargetProperty, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentPart(java.lang.String id,
boolean isReferent)
id - The ID of this resource.isReferent - Indicates if this resource is a referent (i.e. is referred to
by another resource) or not.
public DocumentPart(java.lang.String id,
boolean isReferent,
ISkeleton skeleton)
id - The ID of this resource.isReferent - Indicates if this resource is a referent (i.e. is referred to
by another resource) or not.skeleton - The skeleton associated with this resource.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||