Uses of Class
io.vertigo.core.lang.Cardinality
-
Packages that use Cardinality Package Description io.vertigo.core.lang -
-
Uses of Cardinality in io.vertigo.core.lang
Methods in io.vertigo.core.lang that return Cardinality Modifier and Type Method Description static CardinalityCardinality. fromSymbol(String sCardinality)static CardinalityCardinality. valueOf(String name)Returns the enum constant of this type with the specified name.static Cardinality[]Cardinality. values()Returns an array containing the constants of this enum type, in the order they are declared.
-