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, wait
getFullName
public PrototypeImpl(String pkg, String name, Prototype.Field[] fields)
public Prototype.Field[] getFields()
public String getPackage()
getPackage
in interface NamedModelItem
public String getName()
getName
in interface NamedModelItem
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.