public class ParentedModel extends Object implements Serializable
Constructor and Description |
---|
ParentedModel() |
ParentedModel(String childInterface,
String childXmlTag,
ChildType childType,
String givenDefault,
Map<String,String> defaultChild) |
Modifier and Type | Method and Description |
---|---|
String |
getChildInterface() |
Model |
getChildModel() |
ChildType |
getChildType() |
String |
getChildXmlTag() |
Map<String,String> |
getDefaultChild() |
String |
getGivenDefault() |
void |
setRuntimeInformation(JAUtilities jaUtilities,
ClassLoader myLoader) |
String |
toString() |
public String getChildInterface()
public String getChildXmlTag()
public ChildType getChildType()
public String getGivenDefault()
public Model getChildModel()
public void setRuntimeInformation(JAUtilities jaUtilities, ClassLoader myLoader)
Copyright © 2009–2017 Oracle Corporation. All rights reserved.