public void populateFromAttributes()

in mustella/src/main/java/marmotinni/SetProperty.java [113:119]


	public void populateFromAttributes(Attributes attributes)
	{
		target = attributes.getValue("target");
		propertyName = attributes.getValue("propertyName");
		value = attributes.getValue("value");
		valueExpression = attributes.getValue("valueExpression");
	}