public class KeyDefinition extends Object implements Comparable<KeyDefinition>
Modifier and Type | Class and Description |
---|---|
static class |
KeyDefinition.Builder |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(KeyDefinition other) |
String |
getId() |
boolean |
isUpdatable() |
static KeyDefinition.Builder |
newKeyDefinition() |
public String getId()
public int compareTo(KeyDefinition other)
compareTo
in interface Comparable<KeyDefinition>
public static KeyDefinition.Builder newKeyDefinition()
public boolean isUpdatable()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.