public abstract class InstanceAbstract extends Object implements Instance
| Modifier | Constructor and Description |
|---|---|
protected |
InstanceAbstract() |
protected |
InstanceAbstract(ObjectAdapter owner) |
protected |
InstanceAbstract(ObjectAdapter owner,
Specification specification) |
| Modifier and Type | Method and Description |
|---|---|
Specification |
getSpecification()
Returns the specification that details the structure of this instance.
|
protected Specification |
getSpecificationNoLoad()
Allows subclasses to get specification without necessarily triggering
loading if not yet known. |
protected Specification |
loadSpecification()
Allows the specification to be lazily loaded.
|
protected InstanceAbstract()
protected InstanceAbstract(ObjectAdapter owner)
protected InstanceAbstract(ObjectAdapter owner, Specification specification)
public Specification getSpecification()
InstancegetSpecification in interface Instanceprotected Specification loadSpecification()
protected final Specification getSpecificationNoLoad()
loading if not yet known.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.