Uses of Class
org.apache.ignite.examples.model.OrganizationType
-
Packages that use OrganizationType Package Description org.apache.ignite.examples.model Model classes for Apache Ignite examples. -
-
Uses of OrganizationType in org.apache.ignite.examples.model
Methods in org.apache.ignite.examples.model that return OrganizationType Modifier and Type Method Description OrganizationTypeOrganization. type()static OrganizationTypeOrganizationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrganizationType[]OrganizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.examples.model with parameters of type OrganizationType Constructor Description Organization(java.lang.String name, Address addr, OrganizationType type, java.sql.Timestamp lastUpdated)
-