public interface Property extends Serializable, Comparable<Property>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Property> |
comparator |
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(Property otherProperty) |
String |
getDescription()
Gets the description of the property.
|
String |
getName()
Gets the name of the property.
|
Object |
getValue()
Gets the value of the property.
|
static final Comparator<Property> comparator
default int compareTo(Property otherProperty)
compareTo in interface Comparable<Property>String getDescription()
String getName()
Object getValue()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.