public class ModuleField extends Field
| Constructor and Description |
|---|
ModuleField(String type,
String name,
String attributeName,
String nullableDefault,
boolean isDependency,
org.opendaylight.controller.config.yangjmxgenerator.attribute.Dependency dependency,
boolean isListOfDependencies,
boolean needsDepResolve) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
org.opendaylight.controller.config.yangjmxgenerator.attribute.Dependency |
getDependency() |
String |
getNullableDefault() |
boolean |
isDependent() |
boolean |
isIdentityRef() |
boolean |
isList() |
boolean |
isListOfDependencies() |
String |
toString() |
getDefinition, getGenericInnerType, getModifiers, getName, getType, isArray, isNeedsDepResolverpublic boolean isIdentityRef()
public org.opendaylight.controller.config.yangjmxgenerator.attribute.Dependency getDependency()
public String getNullableDefault()
public boolean isDependent()
public boolean isListOfDependencies()
public String getAttributeName()
public boolean isList()
Copyright © 2017 OpenDaylight. All rights reserved.