Class ReferencedType

java.lang.Object
com.xebialabs.xlrelease.domain.variables.ReferencedType

public class ReferencedType extends Object
Java class so it can be used in our rest services
  • Constructor Details

    • ReferencedType

      public ReferencedType()
    • ReferencedType

      public ReferencedType(String type, String label)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)