de.fhhannover.inform.trust.ifmapj.identifier
Class Identifiers.Helpers

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.identifier.Identifiers.Helpers
Enclosing class:
Identifiers

public static class Identifiers.Helpers
extends Object


Method Summary
static void addAdministrativeDomain(Element to, IdentifierWithAd i)
          If the given Identifier has an administrative-domain set, add it to the given Element instance.
static void checkIdentifierType(Identifier i, IdentifierHandler<? extends Identifier> ih)
          Check if the Identifier instance is one that can be handled by the given IdentifierHandler.
static String getAdministrativeDomain(Element el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdministrativeDomain

public static String getAdministrativeDomain(Element el)

checkIdentifierType

public static void checkIdentifierType(Identifier i,
                                       IdentifierHandler<? extends Identifier> ih)
                                throws MarshalException
Check if the Identifier instance is one that can be handled by the given IdentifierHandler.

Parameters:
i -
ih -
Throws:
MarshalException

addAdministrativeDomain

public static void addAdministrativeDomain(Element to,
                                           IdentifierWithAd i)
If the given Identifier has an administrative-domain set, add it to the given Element instance.

Parameters:
to -
i -


Copyright © 2012 Trust@FHH. All Rights Reserved.