com.ibm.zosconnect.buildtoolkit

Class ProviderProperty

  • java.lang.Object
    • com.ibm.zosconnect.buildtoolkit.ProviderProperty


  • public class ProviderProperty
    extends java.lang.Object
    Objects of this type are used to store configuration properties for the service in the service archive.
    • Constructor Detail

      • ProviderProperty

        public ProviderProperty(java.lang.String name,
                                ProviderProperty.ProviderPropertyType type,
                                java.lang.Object value)
        Create a new property to be stored in the service archive
        Parameters:
        name - The name of the property
        type - The type of the property value
        value - The value of the property
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the property
      • getValue

        public java.lang.Object getValue()
        Returns:
        The property value