public abstract class Attribute<T> extends Object
| Constructor and Description | 
|---|
Attribute(String group,
         String name,
         T value,
         AttributeType type,
         String identifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getGroup()  | 
String | 
getIdentifier()  | 
String | 
getName()  | 
abstract Number | 
getNumericValue()  | 
abstract String | 
getStringValue()  | 
AttributeType | 
getType()  | 
T | 
getValue()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public Attribute(String group, String name, T value, AttributeType type, String identifier)
public abstract Number getNumericValue()
public abstract String getStringValue()
public String getGroup()
public String getName()
public T getValue()
public AttributeType getType()
public String getIdentifier()
Copyright © 2020. All rights reserved.