| Package | Description |
|---|---|
| org.inferred.freebuilder.processor |
| Modifier and Type | Method and Description |
|---|---|
abstract Metadata.Visibility |
Metadata.getValueTypeVisibility()
Returns the visibility of the generated value class.
|
static Metadata.Visibility |
Metadata.Visibility.mostVisible(Metadata.Visibility a,
Metadata.Visibility b) |
static Metadata.Visibility |
Metadata.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.Visibility[] |
Metadata.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Metadata.Visibility |
Metadata.Visibility.mostVisible(Metadata.Visibility a,
Metadata.Visibility b) |
Metadata.Builder |
Metadata.Builder.setValueTypeVisibility(Metadata.Visibility visibility)
Sets the value to be returned by
Metadata.getValueTypeVisibility() to the most visible
of the current value and visibility. |
Copyright © 2016 Google, Inc.. All rights reserved.