public final class Environment extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
name |
Environment |
next |
MRData |
value |
Constructor and Description |
---|
Environment(String n,
MRData v,
Environment next) |
public String name
public MRData value
public Environment next
Environment(String n, MRData v, Environment next)
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.