|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.profiles.ProfileField.Type
public static final class ProfileField.Type
A typesafe enum class for ProfileField types.
Field Summary | |
---|---|
static ProfileField.Type |
BOOLEAN
Type representing a boolean type. |
static ProfileField.Type |
DATETIME
Type representing a date/time type. |
static ProfileField.Type |
DECIMAL
Type representing a decimal type. |
static ProfileField.Type |
EMAIL
Type representing a email type. |
static ProfileField.Type |
LARGETEXT
Type representing a textarea type. |
static ProfileField.Type |
MULTILIST
Type representing a multiselect type. |
static ProfileField.Type |
NUMBER
Type representing a number type. |
static ProfileField.Type |
SINGLELIST
Type representing a select type. |
static ProfileField.Type |
TEXT
Type representing a textfield type. |
static ProfileField.Type |
URL
Type representing a url type. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of this type. |
java.lang.String |
getDisplayName()
Gets the displayName of this type. |
ProfileFieldFormatter |
getFormatter()
Gets the profile field formatter for this type |
int |
getID()
Gets the id representing this type. |
java.lang.String |
getName()
Gets the name representing this type. |
static ProfileField.Type |
getType(int ID)
Gets an Type object from an typeID |
static ProfileField.Type[] |
getTypes()
Gets an array of all the possible profile field types. |
ProfileFieldValidator |
getValidator()
Gets the profile field validator for this type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ProfileField.Type BOOLEAN
public static final ProfileField.Type DATETIME
public static final ProfileField.Type DECIMAL
public static final ProfileField.Type EMAIL
public static final ProfileField.Type NUMBER
public static final ProfileField.Type LARGETEXT
public static final ProfileField.Type MULTILIST
public static final ProfileField.Type SINGLELIST
public static final ProfileField.Type TEXT
public static final ProfileField.Type URL
Method Detail |
---|
public int getID()
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public ProfileFieldValidator getValidator()
public ProfileFieldFormatter getFormatter()
public static ProfileField.Type getType(int ID)
ID
- the ID of the type
public static ProfileField.Type[] getTypes()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |