Uses of Enum Class
org.bilat.discoveryMat.moo.data.jpa.compositions.ElementAtomiqueTypes
Packages that use ElementAtomiqueTypes
-
Uses of ElementAtomiqueTypes in org.bilat.discoveryMat.moo.data.jpa.compositions
Methods in org.bilat.discoveryMat.moo.data.jpa.compositions that return ElementAtomiqueTypesModifier and TypeMethodDescriptionElementAtomiques.getElement()static ElementAtomiqueTypesReturns the enum constant of this class with the specified name.static ElementAtomiqueTypes[]ElementAtomiqueTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bilat.discoveryMat.moo.data.jpa.compositions with parameters of type ElementAtomiqueTypesModifier and TypeMethodDescriptionvoidElementAtomiques.setElement(ElementAtomiqueTypes element) JPAConstructors in org.bilat.discoveryMat.moo.data.jpa.compositions with parameters of type ElementAtomiqueTypesModifierConstructorDescriptionElementAtomiques(ElementAtomiqueTypes elementType, float proportion)