public class Attribute extends Object implements Serializable
Attribute()
Attribute(String name, String type, String content)
boolean
equals(Object obj)
String
getName()
Value
getValue()
int
hashCode()
void
setName(String name)
setValue(Value value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Attribute()
public Attribute(String name, String type, String content)
public String getName()
public void setName(String name)
public Value getValue()
public void setValue(Value value)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2021. All rights reserved.