Package org.alfresco.repo.dictionary
Class M2NamedValue
java.lang.Object
org.alfresco.repo.dictionary.M2NamedValue
Definition of a named value that can be used for property injection.
- Author:
- Derek Hulley
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
void
setListValue
(List<String> listValue) void
void
setSimpleValue
(String simpleValue) toString()
-
Method Details
-
toString
-
getName
-
getSimpleValue
- Returns:
- Returns the raw, unconverted value
-
getListValue
- Returns:
- Returns the list of raw, unconverted values
-
setName
-
setSimpleValue
-
setListValue
-
hasSimpleValue
public boolean hasSimpleValue() -
hasListValue
public boolean hasListValue()
-