org.gedcomx.types
Class FactType.ParentChild

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

public static final class FactType.ParentChild
extends Object


Field Summary
static FactType AdoptiveParent
           
static FactType BiologicalParent
           
static FactType FosterParent
           
static FactType GuardianParent
           
static FactType SociologicalParent
           
static FactType StepParent
           
 
Method Summary
static boolean isApplicable(FactType type)
          Whether the given fact type is applicable to a parent-child relationship.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BiologicalParent

public static final FactType BiologicalParent

AdoptiveParent

public static final FactType AdoptiveParent

StepParent

public static final FactType StepParent

FosterParent

public static final FactType FosterParent

GuardianParent

public static final FactType GuardianParent

SociologicalParent

public static final FactType SociologicalParent
Method Detail

isApplicable

public static boolean isApplicable(FactType type)
Whether the given fact type is applicable to a parent-child relationship.

Parameters:
type - The fact type.
Returns:
Whether the given fact type is applicable to a parent-child relationship.


Copyright © 2015. All rights reserved.