org.cip4.jdflib.ifaces
Interface IAmountPoolContainer

All Known Implementing Classes:
JDFPartAmount, JDFResourceInfo, JDFResourceLink, PartitionHelper

public interface IAmountPoolContainer

Author:
Rainer Prosi helper class for amount pools

Method Summary
 JDFAmountPool getAmountPool()
           
 String getAttribute(String attrib, String nameSpaceURI, String object)
           
 JDFAmountPool getCreateAmountPool()
           
 JDFResource getLinkRoot()
           
 VJDFAttributeMap getPartMapVector()
           
 double getRealAttribute(String attName, String namespace, double def)
           
 boolean hasAttribute(String attName)
           
 void removeAttribute(String attrib, String nameSpaceURI)
           
 void setAttribute(String attrib, String value, String nameSpaceURI)
           
 

Method Detail

getAmountPool

JDFAmountPool getAmountPool()
Returns:
the matching amountpool

getAttribute

String getAttribute(String attrib,
                    String nameSpaceURI,
                    String object)
Parameters:
attrib -
nameSpaceURI -
object -
Returns:

getPartMapVector

VJDFAttributeMap getPartMapVector()
Returns:

getRealAttribute

double getRealAttribute(String attName,
                        String namespace,
                        double def)
Parameters:
attName -
namespace -
def -
Returns:

hasAttribute

boolean hasAttribute(String attName)
Parameters:
attName -
Returns:

getLinkRoot

JDFResource getLinkRoot()
Returns:

setAttribute

void setAttribute(String attrib,
                  String value,
                  String nameSpaceURI)
Parameters:
attrib -
value -
nameSpaceURI -

removeAttribute

void removeAttribute(String attrib,
                     String nameSpaceURI)
Parameters:
attrib -
nameSpaceURI -

getCreateAmountPool

JDFAmountPool getCreateAmountPool()
Returns:
the AmountPool


Copyright © 2013. All Rights Reserved.