org.broadleafcommerce.cms.field.type
Class FieldType
java.lang.Object
org.broadleafcommerce.cms.field.type.FieldType
- All Implemented Interfaces:
- java.io.Serializable
public class FieldType
- extends java.lang.Object
- implements java.io.Serializable
Supported field types within the Broadleaf CMS admin.
- Author:
- bpolster
- See Also:
- Serialized Form
|
Constructor Summary |
FieldType()
|
FieldType(java.lang.String type,
java.lang.String friendlyType)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final FieldType BOOLEAN
DATE
public static final FieldType DATE
TIME
public static final FieldType TIME
INTEGER
public static final FieldType INTEGER
DECIMAL
public static final FieldType DECIMAL
STRING
public static final FieldType STRING
RICH_TEXT
public static final FieldType RICH_TEXT
HTML
public static final FieldType HTML
ENUMERATION
public static final FieldType ENUMERATION
FieldType
public FieldType()
FieldType
public FieldType(java.lang.String type,
java.lang.String friendlyType)
getInstance
public static FieldType getInstance(java.lang.String type)
getType
public java.lang.String getType()
getFriendlyType
public java.lang.String getFriendlyType()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.