Constructor and Description |
---|
PropertyImpl(String propertyName,
Class<V> propertyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPropertyName()
Returns the name of the property.
|
Class<V> |
getPropertyType()
Returns the type of the property value.
|
int |
hashCode() |
String |
toString() |
public String getPropertyName()
Property
getPropertyName
in interface Property<V>
public Class<V> getPropertyType()
Property
getPropertyType
in interface Property<V>
Copyright © 2020 Atlassian. All rights reserved.