1.9.1.4. PropertyDefinitionValue

The PropertyDefinitionValue interface extends ItemDefinitionValue with the addition of writing methods, enabling the characteristics of a child property definition to be set, after that the PropertyDefinitionValue is added to a NodeTypeValue.

/**

 * @return Returns the defaultValues.
 */
public List<String> getDefaultValueStrings();
/**
 * @param defaultValues The defaultValues to set.
 */
public void setDefaultValueStrings(List<String> defaultValues);
/**
 * @return Returns the multiple.
 */
public boolean isMultiple();
/**
 * @param multiple The multiple to set.
 */
public void setMultiple(boolean multiple);
/**
 * @return Returns the requiredType.
 */
public int getRequiredType();
/**
 * @param requiredType The requiredType to set.
 */
public void setRequiredType(int requiredType);
/**
 * @return Returns the valueConstraints.
 */
public List<String> getValueConstraints();
/**
 * @param valueConstraints The valueConstraints to set.
 */
public void setValueConstraints(List<String> valueConstraints);
Copyright ©2012. All rights reserved. eXo Platform SAS