| Package | Description |
|---|---|
| org.opendaylight.yangtools.sal.binding.model.api | |
| org.opendaylight.yangtools.sal.binding.model.api.type.builder |
March 2013
Copyright (c) 2013 by Cisco Systems, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
AccessModifier |
TypeMember.getAccessModifier()
Returns the access modifier of member.
|
static AccessModifier |
AccessModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessModifier[] |
AccessModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccessModifier |
TypeMemberBuilder.getAccessModifier() |
| Modifier and Type | Method and Description |
|---|---|
T |
TypeMemberBuilder.setAccessModifier(AccessModifier modifier)
Sets the access modifier of property.
|
Copyright © 2015. All rights reserved.