public class Properties extends Object
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionDetails |
getExceptionDetails()
Exception details.
|
List<InternalPropertyDescriptor> |
getInternalProperties()
Internal object properties (only of the element itself).
|
List<PrivatePropertyDescriptor> |
getPrivateProperties()
Object private properties.
|
List<PropertyDescriptor> |
getResult()
Object properties.
|
void |
setExceptionDetails(ExceptionDetails exceptionDetails)
Exception details.
|
void |
setInternalProperties(List<InternalPropertyDescriptor> internalProperties)
Internal object properties (only of the element itself).
|
void |
setPrivateProperties(List<PrivatePropertyDescriptor> privateProperties)
Object private properties.
|
void |
setResult(List<PropertyDescriptor> result)
Object properties.
|
public List<PropertyDescriptor> getResult()
public void setResult(List<PropertyDescriptor> result)
public List<InternalPropertyDescriptor> getInternalProperties()
public void setInternalProperties(List<InternalPropertyDescriptor> internalProperties)
public List<PrivatePropertyDescriptor> getPrivateProperties()
public void setPrivateProperties(List<PrivatePropertyDescriptor> privateProperties)
public ExceptionDetails getExceptionDetails()
public void setExceptionDetails(ExceptionDetails exceptionDetails)
Copyright © 2020. All rights reserved.