public final class HadoopProperty<V> extends Object implements Property<V>, WrappedProperty<Property<V>>
Property.Exceptions| Modifier | Constructor and Description |
|---|---|
protected |
HadoopProperty(Property<V> baseProperty,
Element hadoopElement) |
| Modifier and Type | Method and Description |
|---|---|
Element |
element() |
boolean |
equals(Object object) |
Property<V> |
getBaseProperty() |
int |
hashCode() |
boolean |
isPresent() |
String |
key() |
void |
remove() |
String |
toString() |
V |
value() |
public Property<V> getBaseProperty()
getBaseProperty in interface WrappedProperty<Property<V>>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.