public abstract class AbstractAttributeResolvingStrategy<T,O extends OpenType<?>> extends Object implements AttributeResolvingStrategy<T,O>
Constructor and Description |
---|
AbstractAttributeResolvingStrategy(O openType) |
Modifier and Type | Method and Description |
---|---|
O |
getOpenType() |
void |
setOpenType(O openType)
Composite types might change during resolution.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseAttribute
public AbstractAttributeResolvingStrategy(O openType)
public O getOpenType()
getOpenType
in interface AttributeResolvingStrategy<T,O extends OpenType<?>>
public void setOpenType(O openType)
Copyright © 2019 OpenDaylight. All rights reserved.