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()
           
 boolean hasListValue()
           
 boolean hasSimpleValue()
           
 void setListValue(java.util.List listValue)
           
 void setName(java.lang.String name)
           
 void setSimpleValue(java.lang.String simpleValue)
           
 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

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.