public abstract class Attribute extends Constant
Constant
that is a value, as opposed to a unique identifier.
For example, people in a social network should probably be represented as
unique identifiers, but their properties, such as names or ages, should probably
be Attributes.Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getValue() |
rawToString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compareTo
public abstract Object getValue()
Copyright © 2020 University of California, Santa Cruz. All rights reserved.