Constructor and Description |
---|
VariableField() |
VariableField(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
boolean |
isLiteralField() |
boolean |
isResourceField() |
boolean |
isVariableField() |
void |
setName(String name) |
String |
toString() |
String |
toString(Map<String,String> namespaces)
Create string representation taking into account the namespace definitions given as argument.
|
public VariableField()
public VariableField(String name)
public String getName()
public void setName(String name)
public String toString(Map<String,String> namespaces)
public boolean isResourceField()
isResourceField
in interface Field
public boolean isLiteralField()
isLiteralField
in interface Field
public boolean isVariableField()
isVariableField
in interface Field
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.