public abstract class ServerVariable extends ExtensibleNode implements INamed
Modifier and Type | Field and Description |
---|---|
String |
_name |
String |
default_ |
String |
description |
List<String> |
enum_ |
_extensions
_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems
Constructor and Description |
---|
ServerVariable(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the definition name.
|
void |
rename(String newName)
Renames the definition.
|
addExtension, clearExtensions, createExtension, getExtension, getExtensions, isExtensible, removeExtension
accept, addExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, modelId, ownerDocument, parent, removeExtraProperty, setAttribute
public String _name
public String default_
public String description
public ServerVariable(String name)
public String getName()
INamed
getName
in interface INamed
INamed.getName()
public void rename(String newName)
INamed
rename
in interface INamed
INamed.rename(java.lang.String)
Copyright © 2021 Red Hat. All rights reserved.