Class Unsigned<T>
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.Unsigned<T>
-
- All Implemented Interfaces:
Serializable,PotentiallySigned<T>
public class Unsigned<T> extends Object implements PotentiallySigned<T>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TgetContent()inthashCode()static <T> Unsigned<T>of(T content)<S> Unsigned<S>ofSubset(S s)StringtoString()
-
-
-
Method Detail
-
of
public static <T> Unsigned<T> of(T content)
-
getContent
public T getContent()
- Specified by:
getContentin interfacePotentiallySigned<T>
-
ofSubset
public <S> Unsigned<S> ofSubset(S s)
- Specified by:
ofSubsetin interfacePotentiallySigned<T>
-
-