public enum C4Keys extends Enum<C4Keys>
| Enum Constant and Description |
|---|
ASPECT
The graph's C4 aspect.
|
C4_LEVEL
The C4 level the graph's edge belongs to.
|
DESCRIPTION
The graph's node description.
|
ENTITY_TYPE
The graph's node type (i.e.
|
LABEL
The label on a graph's edge.
|
NAME
The graph's node name.
|
PROTOCOL
The protocol on a graph's edge (HTTPS, OAuth2, and such)..
|
TECHNOLOGICAL_STACK
The technological stack of a graph's node.
|
TITLE
The graph's title.
|
| Modifier and Type | Method and Description |
|---|---|
KeyModel |
getC4Key()
|
static List<KeyModel> |
getC4Keys()
|
String |
getId()
Return the GraphML key ID for the current
C4Keys value. |
static C4Keys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static C4Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final C4Keys ASPECT
public static final C4Keys C4_LEVEL
public static final C4Keys DESCRIPTION
public static final C4Keys ENTITY_TYPE
public static final C4Keys LABEL
public static final C4Keys NAME
public static final C4Keys PROTOCOL
public static final C4Keys TECHNOLOGICAL_STACK
public static final C4Keys TITLE
public static C4Keys[] values()
for (C4Keys c : C4Keys.values()) System.out.println(c);
public static C4Keys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static List<KeyModel> getC4Keys()
KeyModel built from every instance of the current class.public KeyModel getC4Key()
Copyright © 2020. All rights reserved.