Package network.ike.support.enums


package network.ike.support.enums
Enum-support value types for the IKE Network.

ConstantBackedEnum pairs an enum constant with a public static final String mirror, verified at class-load, so an enum-backed name can be used where a compile-time String constant is required. EnumDefinition extends it with a human-readable term and definition, and ReleasePolicy is its first instance — the release-cascade policy ladder.

  • Class
    Description
    Pairs each constant of an enum with a matched public static final String mirror field and verifies the one-to-one correspondence at class-load time.
    A ConstantBackedEnum that also carries a human-readable term and its definition.
    The release-cascade policy ladder: what a project does when an upstream it depends on is released.
    The IKE typed-marker family — the closed set of name-segments that the IKE property-naming convention recognizes inside an <G>__GA__<A> or <G>__GA__<A>__FACET property name.
    Where in a property name a typed marker sits.