Uses of Class
io.vertigo.datamodel.structure.definitions.DtStereotype
-
Packages that use DtStereotype Package Description io.vertigo.datamodel.structure.definitions -
-
Uses of DtStereotype in io.vertigo.datamodel.structure.definitions
Methods in io.vertigo.datamodel.structure.definitions that return DtStereotype Modifier and Type Method Description DtStereotypeDtDefinition. getStereotype()static DtStereotypeDtStereotype. valueOf(String name)Returns the enum constant of this type with the specified name.static DtStereotype[]DtStereotype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.datamodel.structure.definitions with parameters of type DtStereotype Modifier and Type Method Description DtDefinitionBuilderDtDefinitionBuilder. withStereoType(DtStereotype stereotype)Sets the stereotype of the dtDefinition.
-