Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6705343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:23:34+00:00 2026-05-26T07:23:34+00:00

This is my third (and hopefully final) question today. Is it possible to declare

  • 0

This is my third (and hopefully final) question today.

Is it possible to declare the value of a variable to the variable of a class, where the name of the class is a string?

Example

int newalpha;
String color_name = "yellow";
Color red = new Color();
Color yellow = new Color();
Color blue = new Color();
newalpha = color_name.alpha

In this example, “.alpha” is a variable contained inside of the Color class. The part I’m wanting to simulate is the “newalpha = color_name.alpha”, because obviously “color_name” is a String, not a color. Is this possible?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:23:35+00:00Added an answer on May 26, 2026 at 7:23 am

    TL;DR answer: no.

    Reality: yes, sort of, via reflection, and ew.

    Depending on your use case, there may be a way to achieve what you want, like by storing the colors in a hash map with the color names as the keys, so you’d just say colors.get(colorName).alpha.

    Map<String, Color> colors = new HashMap<String, Color>() {{
        put("red", new Color());
        put("yellow", new Color());
        put("blue", new Color());
    }};
    String colorName = "yellow";
    int newalpha = colors.get(colorName).alpha;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know about this question: Which (third-party) debug visualizers for Visual Studio 2005/2008 do
first of all this is my third question about web services here and i
I have a third party SDK in C# which has class names like this:
Say I have a string in a variable in MATLAB like the following: this
This is a conceptual question but I think it does have an 'answer', hopefully
This is a contrived example that I'm using to hopefully understand R better. Lets
I have a ViewModel that looks like this: public class CreateReviewViewModel { public string
Third try at fixing this tonight - trying a different approach than before now.
THIRD EDIT: I now believe that this problem is due to a SOAP version
Without using any third party program to do this (i.e. without VMware ThinApp, U3

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.