public class UnsignedLongType extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
UnsignedLongType.UnsignedLongEncoding |
Modifier and Type | Method and Description |
---|---|
Collection<UnsignedLongType.UnsignedLongEncoding> |
getAllEncodings() |
UnsignedLongType.UnsignedLongEncoding |
getCanonicalEncoding() |
UnsignedLongType.UnsignedLongEncoding |
getEncoding(UnsignedLong val) |
Class<UnsignedLong> |
getTypeClass() |
void |
write(T val) |
public Class<UnsignedLong> getTypeClass()
public UnsignedLongType.UnsignedLongEncoding getEncoding(UnsignedLong val)
public UnsignedLongType.UnsignedLongEncoding getCanonicalEncoding()
public Collection<UnsignedLongType.UnsignedLongEncoding> getAllEncodings()
Copyright © 2016 The Apache Software Foundation. All rights reserved.