public abstract class Attribute<T> extends Object
Constructor and Description |
---|
Attribute(Resource resource,
String group,
String name,
T value,
AttributeType type) |
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
String |
getName() |
abstract Number |
getNumericValue() |
Resource |
getResource() |
abstract String |
getStringValue() |
AttributeType |
getType() |
T |
getValue() |
public Attribute(Resource resource, String group, String name, T value, AttributeType type)
public abstract Number getNumericValue()
public abstract String getStringValue()
public Resource getResource()
public String getGroup()
public String getName()
public T getValue()
public AttributeType getType()
Copyright © 2017. All rights reserved.