public class Drama
extends de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
Drama()
Never called.
|
|
Drama(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Drama(org.apache.uima.jcas.JCas jcas) |
|
Drama(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.uima.jcas.cas.FSArray |
getCastList()
getter for CastList - gets
|
CastFigure |
getCastList(int i)
indexed getter for CastList - gets an indexed value -
|
int |
getDate()
getter for Date - gets
|
int |
getDatePremiere()
getter for DatePremiere - gets
|
int |
getDatePrinted()
getter for DatePrinted - gets
|
int |
getDateTranslation()
getter for DateTranslation - gets
|
int |
getDateWritten()
getter for DateWritten - gets
|
String |
getDramaId()
getter for DramaId - gets @Deprecated
|
boolean |
getTranslation()
getter for Translation - gets Deprecated.
|
int |
getTypeIndexID() |
void |
setCastList(org.apache.uima.jcas.cas.FSArray v)
setter for CastList - sets
|
void |
setCastList(int i,
CastFigure v)
indexed setter for CastList - sets an indexed value -
|
void |
setDate(int v)
setter for Date - sets
|
void |
setDatePremiere(int v)
setter for DatePremiere - sets
|
void |
setDatePrinted(int v)
setter for DatePrinted - sets
|
void |
setDateTranslation(int v)
setter for DateTranslation - sets
|
void |
setDateWritten(int v)
setter for DateWritten - sets
|
void |
setDramaId(String v)
setter for DramaId - sets @Deprecated
|
void |
setTranslation(boolean v)
setter for Translation - sets Deprecated.
|
copy, create, create, get, get, getCollectionId, getDocumentBaseUri, getDocumentId, getDocumentTitle, getDocumentUri, getIsLastSegment, setCollectionId, setDocumentBaseUri, setDocumentId, setDocumentTitle, setDocumentUri, setIsLastSegmentgetBegin, getCoveredText, getEnd, getStart, setBegin, setEndaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValuepublic static final int typeIndexID
public static final int type
protected Drama()
public Drama(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic Drama(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic Drama(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
jcas - JCas to which this Feature Structure belongsbegin - offset to the begin spot in the SofAend - offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID in class de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaDatapublic String getDramaId()
public void setDramaId(String v)
v - value to set into the featurepublic boolean getTranslation()
public void setTranslation(boolean v)
v - value to set into the featurepublic org.apache.uima.jcas.cas.FSArray getCastList()
public void setCastList(org.apache.uima.jcas.cas.FSArray v)
v - value to set into the featurepublic CastFigure getCastList(int i)
i - index in the array to getpublic void setCastList(int i,
CastFigure v)
i - index in the array to setv - value to set into the arraypublic int getDatePrinted()
public void setDatePrinted(int v)
v - value to set into the featurepublic int getDateWritten()
public void setDateWritten(int v)
v - value to set into the featurepublic int getDatePremiere()
public void setDatePremiere(int v)
v - value to set into the featurepublic int getDate()
public void setDate(int v)
v - value to set into the featurepublic int getDateTranslation()
public void setDateTranslation(int v)
v - value to set into the featureCopyright © 2018. All rights reserved.