public class PropertyModel extends BaseEntity<PropertyModel>
XML, XML_COMPACT| Constructor and Description |
|---|
PropertyModel() |
PropertyModel(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor) |
boolean |
equals(Object obj) |
String |
getName() |
String |
getText() |
int |
hashCode() |
void |
mergeAttributes(PropertyModel other) |
PropertyModel |
setName(String name) |
PropertyModel |
setText(String text) |
assertAttributeEquals, equals, formatTo, toStringpublic PropertyModel()
public PropertyModel(String name)
public void accept(IVisitor visitor)
public String getName()
public String getText()
public void mergeAttributes(PropertyModel other)
public PropertyModel setName(String name)
public PropertyModel setText(String text)
Copyright © 2022 Unidal Organization. All rights reserved.