public class VariableDeclaration extends Object
| Constructor and Description |
|---|
VariableDeclaration(String identifier,
String type) |
VariableDeclaration(String identifier,
String type,
String tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static VariableDeclaration |
fromString(String encoded) |
String |
getIdentifier() |
String |
getTags() |
String |
getType() |
ItemDefinition |
getTypeDeclaration() |
Property |
getTypedIdentifier() |
int |
hashCode() |
void |
setIdentifier(String identifier) |
void |
setTags(String tags) |
void |
setType(String type) |
String |
toString() |
public static VariableDeclaration fromString(String encoded)
public String getTags()
public void setTags(String tags)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getType()
public void setType(String type)
public ItemDefinition getTypeDeclaration()
public Property getTypedIdentifier()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.