-
public final class Target.Static
-
-
Field Summary
Fields Modifier and Type Field Description private final Target.StaticTypetypeprivate final StringstaticNameprivate final Objectvalue
-
Constructor Summary
Constructors Constructor Description Target.Static(Target.StaticType type, String staticName, Object value)
-
Method Summary
Modifier and Type Method Description final Target.StaticTypegetType()final StringgetStaticName()final ObjectgetValue()-
-
Constructor Detail
-
Target.Static
Target.Static(Target.StaticType type, String staticName, Object value)
-
-
Method Detail
-
getType
final Target.StaticType getType()
-
getStaticName
final String getStaticName()
-
-
-
-