|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.office.BibMark
public final class BibMark
This class represents a single bibliography-mark.
Field Summary | |
---|---|
static int |
ADDRESS
|
static int |
ANNOTE
|
static int |
AUTHOR
|
static int |
BOOKTITLE
|
static int |
CHAPTER
|
static int |
CUSTOM1
|
static int |
CUSTOM2
|
static int |
CUSTOM3
|
static int |
CUSTOM4
|
static int |
CUSTOM5
|
static int |
EDITION
|
static int |
EDITOR
|
static int |
FIELD_COUNT
|
static int |
HOWPUBLISHED
|
static int |
INSTITUTION
|
static int |
ISBN
|
static int |
JOURNAL
|
static int |
MONTH
|
static int |
NOTE
|
static int |
NUMBER
|
static int |
ORGANIZATIONS
|
static int |
PAGES
|
static int |
PUBLISHER
|
static int |
REPORT_TYPE
|
static int |
SCHOOL
|
static int |
SERIES
|
static int |
TITLE
|
static int |
URL
|
static int |
VOLUME
|
static int |
YEAR
|
Constructor Summary | |
---|---|
BibMark(org.w3c.dom.Node node)
Create a new BibMark from a text:bibliography-mark node. |
|
BibMark(java.lang.String sIdentifier,
java.lang.String sEntryType)
Create a new BibMark from scratch. |
Method Summary | |
---|---|
java.lang.String |
getEntryType()
Get the entry type. |
java.lang.String |
getField(int nField)
Return a specific field. |
java.lang.String |
getIdentifier()
Get the identifier. |
void |
setField(int nField,
java.lang.String sValue)
Set a specific field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ADDRESS
public static final int ANNOTE
public static final int AUTHOR
public static final int BOOKTITLE
public static final int CHAPTER
public static final int EDITION
public static final int EDITOR
public static final int HOWPUBLISHED
public static final int INSTITUTION
public static final int JOURNAL
public static final int MONTH
public static final int NOTE
public static final int NUMBER
public static final int ORGANIZATIONS
public static final int PAGES
public static final int PUBLISHER
public static final int SCHOOL
public static final int SERIES
public static final int TITLE
public static final int REPORT_TYPE
public static final int VOLUME
public static final int YEAR
public static final int URL
public static final int CUSTOM1
public static final int CUSTOM2
public static final int CUSTOM3
public static final int CUSTOM4
public static final int CUSTOM5
public static final int ISBN
public static final int FIELD_COUNT
Constructor Detail |
---|
public BibMark(java.lang.String sIdentifier, java.lang.String sEntryType)
Create a new BibMark from scratch.
public BibMark(org.w3c.dom.Node node)
Create a new BibMark from a text:bibliography-mark node.
Method Detail |
---|
public java.lang.String getIdentifier()
Get the identifier.
public java.lang.String getEntryType()
Get the entry type.
public void setField(int nField, java.lang.String sValue)
Set a specific field.
public java.lang.String getField(int nField)
Return a specific field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |