Class ArgumentIdentifier
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.ArgumentIdentifier
-
- All Implemented Interfaces:
SimpleIdentifier
public class ArgumentIdentifier extends Object implements SimpleIdentifier
- Author:
- erlend
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedArgumentIdentifier(String key, String identifier)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ArgumentIdentifierof(String key, String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface network.oxalis.vefa.peppol.common.api.SimpleIdentifier
getIdentifier
-
-
-
-
Method Detail
-
of
public static ArgumentIdentifier of(String key, String value)
-
-