Uses of Enum
model.IdentityEntityForm.OwnershipTypeEnum
Packages that use IdentityEntityForm.OwnershipTypeEnum
-
Uses of IdentityEntityForm.OwnershipTypeEnum in model
Methods in model that return IdentityEntityForm.OwnershipTypeEnumModifier and TypeMethodDescriptionIdentityEntityForm.getOwnershipType()Values can be either: <ul><li><strong>PUBLIC</strong> to indicate a publicly-traded company.<li><strong>PRIVATE</strong> for privately-held businesses.IdentityEntityForm.OwnershipTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static IdentityEntityForm.OwnershipTypeEnum[]IdentityEntityForm.OwnershipTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type IdentityEntityForm.OwnershipTypeEnumModifier and TypeMethodDescriptionIdentityEntityForm.ownershipType(IdentityEntityForm.OwnershipTypeEnum ownershipType) voidIdentityEntityForm.setOwnershipType(IdentityEntityForm.OwnershipTypeEnum ownershipType) voidIdentityEntityForm.OwnershipTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, IdentityEntityForm.OwnershipTypeEnum enumeration)