public interface PField<V>
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
The type comment is the last block of comment written before the type
declaration.
|
V |
getDefaultValue() |
PDescriptor<V> |
getDescriptor() |
int |
getKey() |
String |
getName() |
PRequirement |
getRequirement() |
PType |
getType() |
boolean |
hasDefaultValue() |
String getComment()
int getKey()
PRequirement getRequirement()
PType getType()
PDescriptor<V> getDescriptor()
String getName()
boolean hasDefaultValue()
V getDefaultValue()
Copyright © 2016. All rights reserved.