java.lang.Object
com.technia.dsx.threedspace.zone.serializer.XMLConfig

public class XMLConfig extends Object
Document me
Since:
2023-04-25
  • Field Details

    • DEFAULT_INSTANCE

      public static final XMLConfig DEFAULT_INSTANCE
  • Constructor Details

    • XMLConfig

      public XMLConfig(String structureElement, String nodeElement, String objectAttributesElement, String relationshipAttributesElement, String attributeElement, String attributeValueElement, String physicalIdObjectAttribute, String physicalIdRelationship, String attributeNameAttribute, String attributeValueAttribute)
  • Method Details

    • getStructureElement

      public String getStructureElement()
    • getNodeElement

      public String getNodeElement()
    • getObjectAttributesElement

      public String getObjectAttributesElement()
    • getRelationshipAttributesElement

      public String getRelationshipAttributesElement()
    • getAttributeElement

      public String getAttributeElement()
    • getAttributeValueElement

      public String getAttributeValueElement()
    • getPhysicalIdObjectAttribute

      public String getPhysicalIdObjectAttribute()
    • getPhysicalIdRelationship

      public String getPhysicalIdRelationship()
    • getAttributeNameAttribute

      public String getAttributeNameAttribute()
    • getAttributeValueAttribute

      public String getAttributeValueAttribute()