Class JDFToXJDFDataCache
- java.lang.Object
-
- org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.JDFToXJDFDataCache
-
public class JDFToXJDFDataCache extends java.lang.Objectclass to maintain data from typesafe library
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringArraygetAmountAttribs()static JDFToXJDFDataCachegetCache()static StringArraygetElemAttribs()static java.util.HashSet<java.lang.String>getInlineSet()static StringArraygetPlacedObjectAttribs()static StringArraygetResAttribs()static StringArraygetStripMarkElements()
-
-
-
Method Detail
-
getCache
public static JDFToXJDFDataCache getCache()
- Returns:
-
getElemAttribs
public static StringArray getElemAttribs()
- Returns:
- the elemAttribs
-
getInlineSet
public static java.util.HashSet<java.lang.String> getInlineSet()
- Returns:
- the inlineSet
-
getResAttribs
public static StringArray getResAttribs()
- Returns:
- the resAttribs
-
getPlacedObjectAttribs
public static StringArray getPlacedObjectAttribs()
- Returns:
- the placedObjectAttribs
-
getStripMarkElements
public static StringArray getStripMarkElements()
- Returns:
- the placedObjectAttribs
-
getAmountAttribs
public static StringArray getAmountAttribs()
- Returns:
-
-