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

  • Home
  • SEARCH
  • 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 9256097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:51:41+00:00 2026-06-18T11:51:41+00:00

Is it possible set a rule that will allow an Xpand method to output

  • 0

Is it possible set a rule that will allow an Xpand method to output a specified string of text depending on the input. For example:

«FOR a:e.attributes»
 Type = «a.eClass.name»
 Value = «a.name.toFirstUpper»

«ENDFOR»

The above code may output:

Type = StringAttribute
Value = String1

Type = IntegerAttribute
Value = 123

How would I make this output:

Type = String
Value = String1

Type = int
Value = 123

I know this can be done with if statements but I would like to be able it to be more or less automatic. It would be a waste to have to specify such rules every time I need to output these details in the same file. Could someone show me what kind of code I could use to achieve this? Thank you.

  • 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-06-18T11:51:42+00:00Added an answer on June 18, 2026 at 11:51 am

    I suggest that you create a reusable Xtend helper

    toSimpleName(String inp):
        switch (inp) {
            case "StringAttribute"  : "String"
            case "IntegerAttribute" : "int"
            // ...more cases here...
            default                 : inp
        }
    ;
    

    and then call it from your Xpand template like this:

    «FOR a:e.attributes»
     Type = «a.eClass.name.toSimpleName()»
     Value = «a.name.toFirstUpper»
    
    «ENDFOR»
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to set up a cron job that will execute a php
Possible Duplicate: Changing a CSS rule-set from Javascript I know that there are no
Is it possible to make changes to a CSS rule-set dynamically (i.e. some JS
Is it possible to set env vars in pom.xml that junit tests uses? Netbeans
Is it possible to set z-index that only applies to a certain 'scope', such
Just wondering if it is possible to set a ribbon rule which shows/hides a
In Drupal I'd like to set up a rule that only runs if a
Possible Duplicate: Changing a CSS rule-set from Javascript I was wondering if there is
I'm trying to set up an htaccess rule that'll work with the current permalink
In Java SE it is possible set the cause of an exception using initCause

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.