Package org.ametys.cms.data
Class Reference
- java.lang.Object
-
- org.ametys.cms.data.Reference
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_TYPEThe default typestatic StringTYPE_IDENTIFIERThe type identifierstatic StringVALUE_IDENTIFIERThe value identifier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetType()Retrieves the typeStringgetValue()Retrieves the valueinthashCode()
-
-
-
Field Detail
-
VALUE_IDENTIFIER
public static final String VALUE_IDENTIFIER
The value identifier- See Also:
- Constant Field Values
-
TYPE_IDENTIFIER
public static final String TYPE_IDENTIFIER
The type identifier- See Also:
- Constant Field Values
-
DEFAULT_TYPE
public static final String DEFAULT_TYPE
The default type- See Also:
- Constant Field Values
-
-