Class ServerConfigEnvReference

All Implemented Interfaces:
EventListener, IGProp<ReferenceString>, IPropReference, IReferencingGProp, Cloneable

public class ServerConfigEnvReference extends AbstractReference<ServerConfigEnvProps>
The ServerConfigEnvReference property class hold the reference to a Server configuration environment.
Author:
Christopher Mindus
  • Constructor Details

    • ServerConfigEnvReference

      public ServerConfigEnvReference()
      Creates a Server configuration environment Reference property with no name and with a null value.
    • ServerConfigEnvReference

      public ServerConfigEnvReference(Atom propertyAtom)
      Creates a Server configuration environment Reference property with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
    • ServerConfigEnvReference

      public ServerConfigEnvReference(Atom propertyAtom, String newValue)
      Creates a Server configuration environment Reference property with the specified name and value.
      Parameters:
      propertyAtom - the property atom.
      newValue - the new string value for the property.
  • Method Details