org.gedcomx.types
Class FactType.Couple

java.lang.Object
  extended by org.gedcomx.types.FactType.Couple
Enclosing class:
FactType

public static final class FactType.Couple
extends Object


Field Summary
static FactType Annulment
           
static FactType CommonLawMarriage
           
static FactType Divorce
           
static FactType DivorceFiling
           
static FactType Engagement
           
static FactType Marriage
           
static FactType MarriageBanns
           
static FactType MarriageContract
           
static FactType MarriageLicense
           
static FactType MarriageNotice
           
static FactType NumberOfChildren
           
static FactType Separation
           
 
Method Summary
static boolean isApplicable(FactType type)
          Whether the given fact type is applicable to a couple.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Annulment

public static final FactType Annulment

CommonLawMarriage

public static final FactType CommonLawMarriage

Divorce

public static final FactType Divorce

DivorceFiling

public static final FactType DivorceFiling

Engagement

public static final FactType Engagement

Marriage

public static final FactType Marriage

MarriageBanns

public static final FactType MarriageBanns

MarriageContract

public static final FactType MarriageContract

MarriageLicense

public static final FactType MarriageLicense

MarriageNotice

public static final FactType MarriageNotice

NumberOfChildren

public static final FactType NumberOfChildren

Separation

public static final FactType Separation
Method Detail

isApplicable

public static boolean isApplicable(FactType type)
Whether the given fact type is applicable to a couple.

Parameters:
type - The fact type.
Returns:
Whether the given fact type is applicable to a couple.


Copyright © 2015. All rights reserved.