|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Distribution.Property>
com.ibm.pim.utils.Distribution.Property
public static enum Distribution.Property
Distribution Property Type
Enum Constant Summary | |
---|---|
EMAIL
Property to set email address for EMAIL Type distribution |
|
HOSTNAME
Property for setting server name for FTP Type Distribution |
|
PASSWORD
Property for setting password for FTP Type Distribution |
|
PATH
Property for setting destination path for FTP Type Distribution and script path in CUSTOM Distribution. |
|
POST_TYPE
Property for setting the post type for POST Type Distribution |
|
URL
Property for setting URL for POST Type Distribution |
|
USERID
Property for setting UserId for FTP Type Distribution |
Method Summary | |
---|---|
static Distribution.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Distribution.Property[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Distribution.Property EMAIL
public static final Distribution.Property HOSTNAME
public static final Distribution.Property USERID
public static final Distribution.Property PASSWORD
public static final Distribution.Property PATH
public static final Distribution.Property URL
public static final Distribution.Property POST_TYPE
Method Detail |
---|
public static final Distribution.Property[] values()
for(Distribution.Property c : Distribution.Property.values()) System.out.println(c);
public static Distribution.Property valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |