public abstract class AbstractProperty extends Object
PropertyType| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProperty(PropertyType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQuotedValue() |
abstract String |
getValue() |
boolean |
isPropComment() |
boolean |
isPropEmptyLine() |
boolean |
isPropValue() |
boolean |
isPropValueMultiLine() |
abstract void |
setValue(String value) |
String |
toString() |
protected AbstractProperty(PropertyType type)
public abstract String getValue()
public String getQuotedValue()
public abstract void setValue(String value)
public boolean isPropValue()
public boolean isPropValueMultiLine()
public boolean isPropEmptyLine()
public boolean isPropComment()
Copyright © 2025 FG Forrest, a.s.. All rights reserved.