public static class ApplicationDescription.ExternalGrammar extends Object
Constructor and Description |
---|
ExternalGrammar(javax.ws.rs.core.MediaType type,
byte[] content,
boolean includedInGrammar) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
javax.ws.rs.core.MediaType |
getType() |
boolean |
isIncludedInGrammar() |
public ExternalGrammar(javax.ws.rs.core.MediaType type, byte[] content, boolean includedInGrammar)
public javax.ws.rs.core.MediaType getType()
public byte[] getContent()
public boolean isIncludedInGrammar()
Copyright © 2014 Oracle Corporation. All rights reserved.