|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.v2.runtime.property.PropertyFactory
public abstract class PropertyFactory
Create Property objects.
| Method Summary | |
|---|---|
static Property |
create(JAXBContextImpl grammar,
RuntimePropertyInfo info)
Creates/obtains a properly configured Property
object from the given description. |
(package private) static boolean |
isLeaf(RuntimePropertyInfo info)
Look for the case that can be optimized as a leaf, which is a kind of type whose XML representation is just PCDATA. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Property create(JAXBContextImpl grammar,
RuntimePropertyInfo info)
Property
object from the given description.
static boolean isLeaf(RuntimePropertyInfo info)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||