object Visibility extends GeneratedEnumCompanion[Visibility]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visibility
- GeneratedEnumCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Recognized extends Visibility
-
final
case class
Unrecognized(unrecognizedValue: Int) extends Visibility with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = Visibility
- Definition Classes
- GeneratedEnumCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit def enumCompanion: GeneratedEnumCompanion[Visibility]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromName(name: String): Option[Visibility]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): Visibility
- Definition Classes
- Visibility → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- Visibility → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- Visibility → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[Recognized]
- Definition Classes
- Visibility → GeneratedEnumCompanion
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
DEFAULT_VISIBILITY extends Visibility with Recognized with Product with Serializable
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
Normally this is "VISIBLE" unless you are inheriting a different value from another ApiDef.
- Annotations
- @SerialVersionUID()
-
object
HIDDEN extends Visibility with Recognized with Product with Serializable
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
Hide this op by putting it into an internal namespace (or whatever is appropriate in the target language).
- Annotations
- @SerialVersionUID()
-
object
SKIP extends Visibility with Recognized with Product with Serializable
Do not include this op in the generated API.
Do not include this op in the generated API. If visibility is set to 'SKIP', other fields are ignored for this op.
- Annotations
- @SerialVersionUID()
-
object
VISIBLE extends Visibility with Recognized with Product with Serializable
Publicly visible in the API.
Publicly visible in the API.
- Annotations
- @SerialVersionUID()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated