public class PrototypeImpl extends Object implements Prototype
| Modifier and Type | Class and Description |
|---|---|
static class |
PrototypeImpl.FieldImpl |
Prototype.Field| Constructor and Description |
|---|
PrototypeImpl(String pkg,
String name,
Prototype.Field[] fields) |
| Modifier and Type | Method and Description |
|---|---|
Prototype.Field[] |
getFields() |
String |
getName() |
String |
getPackage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullNamepublic PrototypeImpl(String pkg, String name, Prototype.Field[] fields)
public Prototype.Field[] getFields()
public String getPackage()
getPackage in interface NamedModelItempublic String getName()
getName in interface NamedModelItemCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.