public interface CategoryAssociation
CategoryPath
.Modifier and Type | Method and Description |
---|---|
void |
deserialize(ByteArrayDataInput input)
Deserializes the association value from the given
DataInput . |
String |
getCategoryListID()
Returns the ID of the category association.
|
int |
maxBytesNeeded()
Returns the maximum bytes needed to encode the association value.
|
void |
serialize(ByteArrayDataOutput output)
Serializes the associated value into the given
DataOutput . |
void serialize(ByteArrayDataOutput output)
DataOutput
.void deserialize(ByteArrayDataInput input)
DataInput
.int maxBytesNeeded()
String getCategoryListID()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.