Class ProtectedRegionContext

java.lang.Object
org.contextmapper.dsl.generator.mdsl.ProtectedRegionContext

public class ProtectedRegionContext extends Object
Stores identifiers of protected objects. Used by MDSLModelCreator to know which element shouldn't be generated again. In addition contains the protected region part to be added to newly generated file.
  • Constructor Details

    • ProtectedRegionContext

      public ProtectedRegionContext()
  • Method Details

    • addDataTypeIdentifiers

      public void addDataTypeIdentifiers(Set<String> identifier)
    • addEndpointIdentifiers

      public void addEndpointIdentifiers(Set<String> identifier)
    • addProviderIdentifiers

      public void addProviderIdentifiers(Set<String> identifier)
    • addClientIdentifiers

      public void addClientIdentifiers(Set<String> identifier)
    • getDataTypeIdentifiers

      public Set<String> getDataTypeIdentifiers()
    • getEndpointIdentifiers

      public Set<String> getEndpointIdentifiers()
    • getProviderIdentifiers

      public Set<String> getProviderIdentifiers()
    • getClientIdentifiers

      public Set<String> getClientIdentifiers()
    • setProtectedDataTypeRegion

      public void setProtectedDataTypeRegion(String protectedDataTypeRegion)
    • setProtectedEndpointRegion

      public void setProtectedEndpointRegion(String protectedEndpointRegion)
    • setProtectedProviderRegion

      public void setProtectedProviderRegion(String protectedProviderRegion)
    • setProtectedClientRegion

      public void setProtectedClientRegion(String protectedClientRegion)
    • getProtectedDataTypeRegion

      public String getProtectedDataTypeRegion()
    • getProtectedEndpointRegion

      public String getProtectedEndpointRegion()
    • getProtectedProviderRegion

      public String getProtectedProviderRegion()
    • getProtectedClientRegion

      public String getProtectedClientRegion()