org.alfresco.repo.dictionary
Class M2NamedValue

java.lang.Object
  extended by org.alfresco.repo.dictionary.M2NamedValue

public class M2NamedValue
extends java.lang.Object

Definition of a named value that can be used for property injection.


Method Summary
 java.util.List getListValue()
           
 java.lang.String getName()
           
 java.lang.String getSimpleValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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


Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.