public class Property extends Object
protected String
name
protected List<String>
value
Property(String name, List<String> value)
String
getName()
List<String>
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected List<String> value
public Property(String name, List<String> value)
public String getName()
public List<String> getValue()
Copyright © 2003-2020 GateIn. All Rights Reserved.