org.alfresco.repo.dictionary
Class M2NamedValue
java.lang.Object
org.alfresco.repo.dictionary.M2NamedValue
public class M2NamedValue
- extends java.lang.Object
Definition of a named value that can be used for property injection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getName
public java.lang.String getName()
getSimpleValue
public java.lang.String getSimpleValue()
- Returns:
- Returns the raw, unconverted value
getListValue
public java.util.List getListValue()
- Returns:
- Returns the list of raw, unconverted values
setName
public void setName(java.lang.String name)
setSimpleValue
public void setSimpleValue(java.lang.String simpleValue)
setListValue
public void setListValue(java.util.List listValue)
hasSimpleValue
public boolean hasSimpleValue()
hasListValue
public boolean hasListValue()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.