Class ChangeTypes.Config

  • Enclosing class:
    ChangeTypes

    public static final class ChangeTypes.Config
    extends java.lang.Object
    flattenNamespaces configuration settings.
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • setShapeTypes

        public void setShapeTypes​(java.util.Map<ShapeId,​ShapeType> shapeTypes)
        Sets the map of shape IDs to shape types to set.
        Parameters:
        shapeTypes - Map of shape ID to shape type.
      • setSynthesizeEnumNames

        public void setSynthesizeEnumNames​(boolean synthesizeEnumNames)
        Sets whether to synthesize names for enums that don't already have them.
        Parameters:
        synthesizeEnumNames - Whether to synthesize enum names.
      • getSynthesizeEnumNames

        public boolean getSynthesizeEnumNames()