public abstract class Attribute extends Object
Attribute(String name)
static Attribute
createListAttribute(String name, String value)
createSingleAttribute(String name, String value)
String
getName()
abstract Object
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Attribute(String name)
public String getName()
public abstract Object getValue()
public static Attribute createSingleAttribute(String name, String value)
public static Attribute createListAttribute(String name, String value)
Copyright © 2014. All rights reserved.