de.fhhannover.inform.trust.ifmapj.identifier
Class Identifiers.Helpers
java.lang.Object
de.fhhannover.inform.trust.ifmapj.identifier.Identifiers.Helpers
- Enclosing class:
- Identifiers
public static class Identifiers.Helpers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.