Package org.ametys.cms.data
Class Reference
- java.lang.Object
-
- org.ametys.cms.data.Reference
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_TYPE
The default typestatic String
TYPE_IDENTIFIER
The type identifierstatic String
VALUE_IDENTIFIER
The value identifier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getType()
Retrieves the typeString
getValue()
Retrieves the valueint
hashCode()
-
-
-
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
-
-