Attribute.java :  » Rule-Engine » drolls-5.0 » org » drools » Java Open Source

Java Open Source » Rule Engine » drolls 5.0 
drolls 5.0 » org » drools » Attribute.java
/**
 * 
 */
package org.drools;

import java.io.Serializable;

public class Attribute implements Serializable
{

    public Integer getValue()
    {
        return null;
    }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.