org.opencrx.application.shop1.cci2
Enum ContactT.Member
java.lang.Object
java.lang.Enum<ContactT.Member>
org.opencrx.application.shop1.cci2.ContactT.Member
- All Implemented Interfaces:
- Serializable, Comparable<ContactT.Member>
- Enclosing interface:
- ContactT
public static enum ContactT.Member
- extends Enum<ContactT.Member>
The structure's members
|
Method Summary |
static ContactT.Member |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContactT.Member[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
annualIncomeAmount
public static final ContactT.Member annualIncomeAmount
annualIncomeCurrency
public static final ContactT.Member annualIncomeCurrency
birthDate
public static final ContactT.Member birthDate
birthDateIsValidated
public static final ContactT.Member birthDateIsValidated
blogAddress
public static final ContactT.Member blogAddress
bookmarks
public static final ContactT.Member bookmarks
childrenNames
public static final ContactT.Member childrenNames
citizenship
public static final ContactT.Member citizenship
commerceStatus
public static final ContactT.Member commerceStatus
communityStatus
public static final ContactT.Member communityStatus
doNotEmail
public static final ContactT.Member doNotEmail
doNotFax
public static final ContactT.Member doNotFax
doNotPhone
public static final ContactT.Member doNotPhone
doNotPostalMail
public static final ContactT.Member doNotPostalMail
education
public static final ContactT.Member education
emailAddressBusiness
public static final ContactT.Member emailAddressBusiness
emailAddressHome
public static final ContactT.Member emailAddressHome
familyStatus
public static final ContactT.Member familyStatus
faxNumberBusiness
public static final ContactT.Member faxNumberBusiness
faxNumberHome
public static final ContactT.Member faxNumberHome
firstName
public static final ContactT.Member firstName
gender
public static final ContactT.Member gender
hobbyAndInterest
public static final ContactT.Member hobbyAndInterest
internetProvider
public static final ContactT.Member internetProvider
internetUsage
public static final ContactT.Member internetUsage
jobRole
public static final ContactT.Member jobRole
jobTitle
public static final ContactT.Member jobTitle
lastName
public static final ContactT.Member lastName
messengerAddress
public static final ContactT.Member messengerAddress
middleName
public static final ContactT.Member middleName
monthlyIncomeAmount
public static final ContactT.Member monthlyIncomeAmount
monthlyIncomeCurrency
public static final ContactT.Member monthlyIncomeCurrency
nativeLanguage
public static final ContactT.Member nativeLanguage
nickName
public static final ContactT.Member nickName
numberOfChildren
public static final ContactT.Member numberOfChildren
organization
public static final ContactT.Member organization
pcUsage
public static final ContactT.Member pcUsage
personsInHousehold
public static final ContactT.Member personsInHousehold
phoneNumberBusiness
public static final ContactT.Member phoneNumberBusiness
phoneNumberHome
public static final ContactT.Member phoneNumberHome
phoneNumberMobile
public static final ContactT.Member phoneNumberMobile
placeOfBirth
public static final ContactT.Member placeOfBirth
portalRating
public static final ContactT.Member portalRating
postalAddressBusiness
public static final ContactT.Member postalAddressBusiness
postalAddressHome
public static final ContactT.Member postalAddressHome
preferredContactMethod
public static final ContactT.Member preferredContactMethod
preferredSpokenLanguage
public static final ContactT.Member preferredSpokenLanguage
preferredWrittenLanguage
public static final ContactT.Member preferredWrittenLanguage
professionalSkills
public static final ContactT.Member professionalSkills
religion
public static final ContactT.Member religion
salutation
public static final ContactT.Member salutation
salutationCode
public static final ContactT.Member salutationCode
title
public static final ContactT.Member title
webAddressBusiness
public static final ContactT.Member webAddressBusiness
webAddressHome
public static final ContactT.Member webAddressHome
values
public static ContactT.Member[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ContactT.Member c : ContactT.Member.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ContactT.Member valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.