public interface ProfileOperations
Modifier and Type | Method and Description |
---|---|
Profile |
copy() |
byte[] |
get_object_key() |
int |
hash() |
boolean |
is_match(Profile prof) |
void |
marshal(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components) |
void |
set_object_key(byte[] key) |
int |
tag() |
Version |
version() |
void marshal(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
int hash()
Profile copy()
boolean is_match(Profile prof)
Version version()
void set_object_key(byte[] key)
byte[] get_object_key()
int tag()