public class ExtKey extends Object implements Cloneable, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ExtKey.Flags |
Constructor and Description |
---|
ExtKey(Class type,
ExtUUID uuid,
int flags)
Constructor.
|
ExtKey(String name,
Class type,
String uuid)
Constructor.
|
ExtKey(String name,
Class type,
String uuid,
int flags)
Constructor.
|
ExtKey(String name,
Class type,
UUID uuid,
int flags)
Constructor.
|
public ExtKey(Class type, ExtUUID uuid, int flags)
type
- value type.uuid
- unique identifier for key.flags
- key flags see ExtKey.Flags
.public ExtKey(String name, Class type, UUID uuid, int flags)
name
- key name, used only for debugging.type
- value type.uuid
- unique identifier for key.flags
- key flags see ExtKey.Flags
.public ExtKey(String name, Class type, String uuid, int flags)
name
- key name, used only for debugging.type
- value type.uuid
- unique identifier for key.flags
- key flags see ExtKey.Flags
.public ExtKey clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public Class getType()
public ExtUUID getUuid()
public int getFlags()
ExtKey.Flags
.Copyright © 2014. All Rights Reserved.