All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.symphony.user.DisplayName Maven / Gradle / Ivy

There is a newer version: 10.0.1
Show newest version
package com.symphony.user;

import org.symphonyoss.TaxonomyElement;

public class DisplayName extends TaxonomyElement {

	public DisplayName() {
		super();
	}

	public DisplayName(String value) {
		super(value);
	}

	@Override
	public String getSymbolPrefix() {
		return "@";
	}


	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy