public void populateFromAttributes()

in mustella/src/main/java/marmotinni/AssertPropertyValue.java [54:60]


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