Class DataKeys
java.lang.Object
ch.stegmaier.java2tex.genealogytree.DataKeys
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic interfacestatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventDataKeybaptism()This key holds a baptism event with given date, place and modifierstatic EventDataKeybirth()This key holds a birth event with given date, place and modifierstatic EventDataKeyburial()This key holds a death event with given date, place and modifierstatic DataKeycomment(BaseCommand comment) static DataKeyThis key holds some comment ⟨text⟩ about a person, e.g. occupation or a very concise life description.static EventDataKeydeath()This key holds a death event with given date, place and modifierstatic EventDataKeydivorce()This key holds a divorce event with given date, place and modifierstatic EventDataKeyThis key holds a engagement event with given date, place and modifierstatic DataKeyfemale()shortcute for sex = femalestatic EventDataKeyfloruit()This key holds a floruit event with given date, place and modifierstatic DataKeygeneric(String key, BaseCommand... value) static DataKeyA generic datakey given with keystatic DataKeyThis key holds an image ⟨file name⟩ of a person’s portrait.static DataKeyThis key holds the Kekulé number of a person.static DataKeymale()shortcute for sex = malestatic EventDataKeymarriage()This key holds a marriage event with given date, place and modifierstatic DataKeyname(BaseCommand name) static DataKeyThis key holds the ⟨full name⟩ of a person presumably with markup.static DataKeyneuter()shortcute for sex = neuterstatic DataKeyprofession(BaseCommand profession) static DataKeyprofession(String profession) This key holds some ⟨text⟩ about the profession a person.static DataKeysex(DataKeys.Sex sex) This key holds the ⟨sex⟩ of a person.static DataKeyshortname(BaseCommand shortname) static DataKeyThis key holds an optional ⟨short name⟩ of a person presumably with markup.static DataKeyThis key holds an universally unique identifier (UUID) ⟨text⟩ of a person.static DataKey
-
Constructor Details
-
DataKeys
public DataKeys()
-
-
Method Details
-
sex
This key holds the ⟨sex⟩ of a person. Feasible (but unchecked) values are male and female. neuter is an additional feasible default value, if the sex is unknown, e.g. for a stillborn child without further data. -
male
shortcute for sex = male -
female
shortcute for sex = female -
neuter
shortcute for sex = neuter -
name
This key holds the ⟨full name⟩ of a person presumably with markup. For customization, the markup should be done with \pref, \surn, \nick instead of common LATEX font settings. -
name
-
shortname
This key holds an optional ⟨short name⟩ of a person presumably with markup. For customization, the markup should be done with \pref, \surn, \nick instead of common LATEX font settings. -
shortname
-
comment
This key holds some comment ⟨text⟩ about a person, e.g. occupation or a very concise life description. -
comment
-
profession
This key holds some ⟨text⟩ about the profession a person. -
profession
-
image
This key holds an image ⟨file name⟩ of a person’s portrait. -
uuid
This key holds an universally unique identifier (UUID) ⟨text⟩ of a person. In contrast to id, the UUID should be globally constant. It may be used for interlinking beyond the scope of a genealogy tree diagram. -
uuid
-
kekule
This key holds the Kekulé number of a person. -
generic
A generic datakey given with key -
generic
-
birth
This key holds a birth event with given date, place and modifier -
baptism
This key holds a baptism event with given date, place and modifier -
engagement
This key holds a engagement event with given date, place and modifier -
marriage
This key holds a marriage event with given date, place and modifier -
divorce
This key holds a divorce event with given date, place and modifier -
floruit
This key holds a floruit event with given date, place and modifier -
death
This key holds a death event with given date, place and modifier -
burial
This key holds a death event with given date, place and modifier
-