public enum EntityType extends Enum<EntityType>
| Enum Constant and Description |
|---|
C1_BOUNDARY
The C4 System Context
Boundary keyword. |
C1_CLOUD
The C4 System Context
Cloud keyword. |
C1_ENTERPRISE_BOUNDARY
The C4 System Context
EnterpriseBoundary keyword. |
C1_LAYOUT
The C4 System Context
Layout keyword. |
C1_PERSON
The C4 System Context
Person keyword. |
C1_PERSON_EXT
The C4 System Context
PersonExt keyword. |
C1_SYSTEM
The C4 System Context
System keyword. |
C1_SYSTEM_EXT
The C4 System Context
SystemExt keyword. |
C2_BOUNDARY
The C4 Container
Boundary keyword. |
C2_CLOUD
The C4 Container
Cloud keyword. |
C2_CONTAINER
The C4 Container
Container keyword. |
C2_CONTAINER_DB
The C4 Container
ContainerDb keyword. |
C2_ENTERPRISE_BOUNDARY
The C4 Container
EnterpriseBoundary keyword. |
C2_LAYOUT
The C4 Container
Layout keyword. |
C2_PERSON
The C4 Container
Person keyword. |
C2_PERSON_EXT
The C4 Container
PersonExt keyword. |
C2_SYSTEM
The C4 Container
System keyword. |
C2_SYSTEM_BOUNDARY
The C4 Container
SystemBoundary keyword. |
C2_SYSTEM_EXT
The C4 Container
SystemExt keyword. |
C3_BOUNDARY
The C4 Component
Boundary keyword. |
C3_CLOUD
The C4 Component
Cloud keyword. |
C3_COMPONENT
The C4 Component
Component keyword. |
C3_COMPONENT_DB
The C4 Component
ComponentDb keyword. |
C3_CONTAINER
The C4 Component
Container keyword. |
C3_CONTAINER_BOUNDARY
The C4 Component
ComponentBoundary keyword. |
C3_CONTAINER_DB
The C4 Component
ContainerDb keyword. |
C3_ENTERPRISE_BOUNDARY
The C4 Component
EnterpriseBoundary keyword. |
C3_LAYOUT
The C4 Component
Layout keyword. |
C3_PERSON
The C4 Component
Person keyword. |
C3_PERSON_EXT
The C4 Component
PersonExt keyword. |
C3_SYSTEM
The C4 Component
System keyword. |
C3_SYSTEM_EXT
The C4 Component
SystemExt keyword. |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeAsString()
Returns the C4 keyword represented by the current value of
EntityType. |
static EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityType C1_BOUNDARY
Boundary keyword.public static final EntityType C1_CLOUD
Cloud keyword.public static final EntityType C1_ENTERPRISE_BOUNDARY
EnterpriseBoundary keyword.public static final EntityType C1_LAYOUT
Layout keyword.public static final EntityType C1_PERSON
Person keyword.public static final EntityType C1_PERSON_EXT
PersonExt keyword.public static final EntityType C1_SYSTEM
System keyword.public static final EntityType C1_SYSTEM_EXT
SystemExt keyword.public static final EntityType C2_BOUNDARY
Boundary keyword.public static final EntityType C2_CLOUD
Cloud keyword.public static final EntityType C2_CONTAINER
Container keyword.public static final EntityType C2_CONTAINER_DB
ContainerDb keyword.public static final EntityType C2_ENTERPRISE_BOUNDARY
EnterpriseBoundary keyword.public static final EntityType C2_LAYOUT
Layout keyword.public static final EntityType C2_PERSON
Person keyword.public static final EntityType C2_PERSON_EXT
PersonExt keyword.public static final EntityType C2_SYSTEM
System keyword.public static final EntityType C2_SYSTEM_BOUNDARY
SystemBoundary keyword.public static final EntityType C2_SYSTEM_EXT
SystemExt keyword.public static final EntityType C3_BOUNDARY
Boundary keyword.public static final EntityType C3_CLOUD
Cloud keyword.public static final EntityType C3_COMPONENT
Component keyword.public static final EntityType C3_COMPONENT_DB
ComponentDb keyword.public static final EntityType C3_CONTAINER
Container keyword.public static final EntityType C3_CONTAINER_BOUNDARY
ComponentBoundary keyword.public static final EntityType C3_CONTAINER_DB
ContainerDb keyword.public static final EntityType C3_ENTERPRISE_BOUNDARY
EnterpriseBoundary keyword.public static final EntityType C3_LAYOUT
Layout keyword.public static final EntityType C3_PERSON
Person keyword.public static final EntityType C3_PERSON_EXT
PersonExt keyword.public static final EntityType C3_SYSTEM
System keyword.public static final EntityType C3_SYSTEM_EXT
SystemExt keyword.public static EntityType[] values()
for (EntityType c : EntityType.values()) System.out.println(c);
public static EntityType 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 String getTypeAsString()
EntityType.Copyright © 2020. All rights reserved.