protected static class ReflectionTest.SomeStructure extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SomeStructure() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getIdentifier() |
boolean |
isOnFire() |
void |
setCount(int count) |
void |
setIdentifier(String identifier) |
protected SomeStructure()
public int getCount()
public String getIdentifier()
public boolean isOnFire()
public void setCount(int count)
public void setIdentifier(String identifier)
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.