コード例 #1
0
ファイル: Facet.java プロジェクト: bobfields/gedcomx-java
 /**
  * The known type of the facet.
  *
  * @return The type of the facet.
  */
 @XmlTransient
 @JsonIgnore
 public FacetType getKnownType() {
   return getType() == null ? null : FacetType.fromQNameURI(getType());
 }