public static class FactModelTree.PropertyTypeName extends Object
| Constructor and Description |
|---|
PropertyTypeName() |
PropertyTypeName(String typeName) |
PropertyTypeName(String typeName,
String baseTypeName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getBaseTypeName() |
String |
getPropertyTypeNameToVisualize()
This method returns the correct type name of the property to be visualized in UI.
|
String |
getTypeName() |
void |
setBaseTypeName(String baseTypeName) |
void |
setTypeName(String typeName) |
public PropertyTypeName()
public PropertyTypeName(String typeName)
public String getTypeName()
public void setTypeName(String typeName)
public void setBaseTypeName(String baseTypeName)
public String getPropertyTypeNameToVisualize()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.